You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Robbie Gemmell <ro...@gmail.com> on 2020/07/24 12:29:44 UTC

[NOTICE] Jenkins CI server change, manual job migrations required

The Jenkins setup at https://builds.apache.org is being replaced,
including a server migration to a new Cloudbees hosted Jenkins primary
at https://ci-builds.apache.org (both names will go there after the
old setup is turned off).

We must manually migrate any jobs we want to keep to the new system.

The old system is being switched off on August 15th, but with worker
nodes already gradually being migrated to the new setup now as
appropriate to balance demand from new migrated jobs.

I asked for a Qpid folder and for all committers to have access to the
jobs, where they will live under:
https://ci-builds.apache.org/job/Qpid/

Our old jobs are at: https://builds.apache.org/view/M-R/view/Qpid/

I plan to migrate all the Qpid JMS and Proton-J jobs myself and I've
done a couple as a test. I don't plan on migrating most other jobs so
if you want to keep them then please migrate them.

Full initial details are at [1], with more in other threads on
builds@a.o [2], such as the plugin installation request thread [3] for
any required plugins not yet installed (not sure we have any
requirements here though).

Robbie

[1] https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
[2] https://lists.apache.org/list.html?builds@apache.org
[3] https://lists.apache.org/thread.html/r37c73263595b93c61c3d9b44e88a57f63edd28afa9aba3047259f4a4%40%3Cbuilds.apache.org%3E

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [NOTICE] Jenkins CI server change, manual job migrations required

Posted by Oleksandr Rudyy <or...@gmail.com>.
Hi Roobie,

Thanks for the update.
I will try to migrate Qpid Broker-J jobs over next week-end.

Kind Regards,
Alex

On Fri, 24 Jul 2020 at 13:30, Robbie Gemmell <ro...@gmail.com>
wrote:

> The Jenkins setup at https://builds.apache.org is being replaced,
> including a server migration to a new Cloudbees hosted Jenkins primary
> at https://ci-builds.apache.org (both names will go there after the
> old setup is turned off).
>
> We must manually migrate any jobs we want to keep to the new system.
>
> The old system is being switched off on August 15th, but with worker
> nodes already gradually being migrated to the new setup now as
> appropriate to balance demand from new migrated jobs.
>
> I asked for a Qpid folder and for all committers to have access to the
> jobs, where they will live under:
> https://ci-builds.apache.org/job/Qpid/
>
> Our old jobs are at: https://builds.apache.org/view/M-R/view/Qpid/
>
> I plan to migrate all the Qpid JMS and Proton-J jobs myself and I've
> done a couple as a test. I don't plan on migrating most other jobs so
> if you want to keep them then please migrate them.
>
> Full initial details are at [1], with more in other threads on
> builds@a.o [2], such as the plugin installation request thread [3] for
> any required plugins not yet installed (not sure we have any
> requirements here though).
>
> Robbie
>
> [1]
> https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
> [2] https://lists.apache.org/list.html?builds@apache.org
> [3]
> https://lists.apache.org/thread.html/r37c73263595b93c61c3d9b44e88a57f63edd28afa9aba3047259f4a4%40%3Cbuilds.apache.org%3E
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>
>

Re: [NOTICE] Jenkins CI server change, manual job migrations required

Posted by Robbie Gemmell <ro...@gmail.com>.
On Fri, 24 Jul 2020 at 15:07, Jiri Daněk <jd...@redhat.com> wrote:
>
> On Fri, Jul 24, 2020 at 2:39 PM Robbie Gemmell <ro...@gmail.com>
> wrote:
> [...]
>
> > We must manually migrate any jobs we want to keep to the new system.
>
>
> Are the job definitions in the new system under version control, or is
> there expectation to manage jobs through the Web UI?
>

The job definitions are the same in both I believe, i.e you can make
do things either way.

Ours have mostly been done via the UI, which is how I am keeping the
ones I migrate as they are trivial, simple to port quickly without
learning the Jenkinsfile stuff right now, and the config is mostly all
copied from one job to another during creation anyway (for me at
least, on Maven jobs). Can always change it.

>  [...]
>
> > I asked for a Qpid folder and for all committers to have access to the
> > jobs, where they will live under:
> > https://ci-builds.apache.org/job/Qpid/
> >
> > Our old jobs are at: https://builds.apache.org/view/M-R/view/Qpid/
>
>
> Are there any advantages to using the Apache infra, over Travis or AppVeyor
> or GitHub Actions? So far I've managed to completely ignore the Apache
> Jenkins, so I am wondering; am I missing something? Maybe some Cloudbees
> proprietary plugins?
> --
> Mit freundlichen Grüßen / Kind regards
> Jiri Daněk

It's just another env really. It was there before all the other
options were available, and remains so. More envs is good, helps
balance availability (Things go down), and latency (everyone flocks to
the shiny new thing and overloads the shared capacity, making for
queues), and provides more runs (better helps see when things break,
ditto when things are fixed).

It hasn't used Cloudbees before now.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [NOTICE] Jenkins CI server change, manual job migrations required

Posted by Jiri Daněk <jd...@redhat.com>.
On Fri, Jul 24, 2020 at 2:39 PM Robbie Gemmell <ro...@gmail.com>
wrote:
[...]

> We must manually migrate any jobs we want to keep to the new system.


Are the job definitions in the new system under version control, or is
there expectation to manage jobs through the Web UI?

 [...]

> I asked for a Qpid folder and for all committers to have access to the
> jobs, where they will live under:
> https://ci-builds.apache.org/job/Qpid/
>
> Our old jobs are at: https://builds.apache.org/view/M-R/view/Qpid/


Are there any advantages to using the Apache infra, over Travis or AppVeyor
or GitHub Actions? So far I've managed to completely ignore the Apache
Jenkins, so I am wondering; am I missing something? Maybe some Cloudbees
proprietary plugins?
-- 
Mit freundlichen Grüßen / Kind regards
Jiri Daněk

Re: [NOTICE] Jenkins CI server change, manual job migrations required

Posted by Robbie Gemmell <ro...@gmail.com>.
On Thu, 6 Aug 2020 at 17:18, Ganesh Murthy <gm...@redhat.com> wrote:
>
> On Thu, Aug 6, 2020 at 6:09 AM Robbie Gemmell <ro...@gmail.com>
> wrote:
>
> > Reminder that the old system is being turned off on Aug 15th, migrate
> > any other jobs you want to be kept.
> >
> > Also, disable old jobs when done migrating them to reflect demand
> > there, since the worker nodes are also being shifted across gradually
> > as appropriate.
> >
> > Robbie
> >
> > On Fri, 24 Jul 2020 at 13:29, Robbie Gemmell <ro...@gmail.com>
> > wrote:
> > >
> > > The Jenkins setup at https://builds.apache.org is being replaced,
> > > including a server migration to a new Cloudbees hosted Jenkins primary
> > > at https://ci-builds.apache.org (both names will go there after the
> > > old setup is turned off).
> > >
> > > We must manually migrate any jobs we want to keep to the new system.
> > >
> > > The old system is being switched off on August 15th, but with worker
> > > nodes already gradually being migrated to the new setup now as
> > > appropriate to balance demand from new migrated jobs.
> > >
> > > I asked for a Qpid folder and for all committers to have access to the
> > > jobs, where they will live under:
> > > https://ci-builds.apache.org/job/Qpid/
> > >
> > > Our old jobs are at: https://builds.apache.org/view/M-R/view/Qpid/
> > >
> > > I plan to migrate all the Qpid JMS and Proton-J jobs myself and I've
> > > done a couple as a test. I don't plan on migrating most other jobs so
> > > if you want to keep them then please migrate them.
> >
> Hi Robbie,
>     I don't think this job needs to be migrated because we already have
> Travis builds taking care of this but I am interested in knowing
> your thoughts.
> https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-Dispatch-Checks/
>
> Thanks.
>

I'd say thats fine. I created that job, and knowing that the Dispatch
folks dont bother with the Jenkins env and there are other builds
doing this check (Travis as you mention, and I also added it to the
new GitHub Actions build) I didn't intend to migrate it.

> >
> > > Full initial details are at [1], with more in other threads on
> > > builds@a.o [2], such as the plugin installation request thread [3] for
> > > any required plugins not yet installed (not sure we have any
> > > requirements here though).
> > >
> > > Robbie
> > >
> > > [1]
> > https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
> > > [2] https://lists.apache.org/list.html?builds@apache.org
> > > [3]
> > https://lists.apache.org/thread.html/r37c73263595b93c61c3d9b44e88a57f63edd28afa9aba3047259f4a4%40%3Cbuilds.apache.org%3E
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> > For additional commands, e-mail: users-help@qpid.apache.org
> >
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [NOTICE] Jenkins CI server change, manual job migrations required

Posted by Robbie Gemmell <ro...@gmail.com>.
On Thu, 6 Aug 2020 at 17:18, Ganesh Murthy <gm...@redhat.com> wrote:
>
> On Thu, Aug 6, 2020 at 6:09 AM Robbie Gemmell <ro...@gmail.com>
> wrote:
>
> > Reminder that the old system is being turned off on Aug 15th, migrate
> > any other jobs you want to be kept.
> >
> > Also, disable old jobs when done migrating them to reflect demand
> > there, since the worker nodes are also being shifted across gradually
> > as appropriate.
> >
> > Robbie
> >
> > On Fri, 24 Jul 2020 at 13:29, Robbie Gemmell <ro...@gmail.com>
> > wrote:
> > >
> > > The Jenkins setup at https://builds.apache.org is being replaced,
> > > including a server migration to a new Cloudbees hosted Jenkins primary
> > > at https://ci-builds.apache.org (both names will go there after the
> > > old setup is turned off).
> > >
> > > We must manually migrate any jobs we want to keep to the new system.
> > >
> > > The old system is being switched off on August 15th, but with worker
> > > nodes already gradually being migrated to the new setup now as
> > > appropriate to balance demand from new migrated jobs.
> > >
> > > I asked for a Qpid folder and for all committers to have access to the
> > > jobs, where they will live under:
> > > https://ci-builds.apache.org/job/Qpid/
> > >
> > > Our old jobs are at: https://builds.apache.org/view/M-R/view/Qpid/
> > >
> > > I plan to migrate all the Qpid JMS and Proton-J jobs myself and I've
> > > done a couple as a test. I don't plan on migrating most other jobs so
> > > if you want to keep them then please migrate them.
> >
> Hi Robbie,
>     I don't think this job needs to be migrated because we already have
> Travis builds taking care of this but I am interested in knowing
> your thoughts.
> https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-Dispatch-Checks/
>
> Thanks.
>

I'd say thats fine. I created that job, and knowing that the Dispatch
folks dont bother with the Jenkins env and there are other builds
doing this check (Travis as you mention, and I also added it to the
new GitHub Actions build) I didn't intend to migrate it.

> >
> > > Full initial details are at [1], with more in other threads on
> > > builds@a.o [2], such as the plugin installation request thread [3] for
> > > any required plugins not yet installed (not sure we have any
> > > requirements here though).
> > >
> > > Robbie
> > >
> > > [1]
> > https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
> > > [2] https://lists.apache.org/list.html?builds@apache.org
> > > [3]
> > https://lists.apache.org/thread.html/r37c73263595b93c61c3d9b44e88a57f63edd28afa9aba3047259f4a4%40%3Cbuilds.apache.org%3E
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> > For additional commands, e-mail: users-help@qpid.apache.org
> >
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


Re: [NOTICE] Jenkins CI server change, manual job migrations required

Posted by Ganesh Murthy <gm...@redhat.com>.
On Thu, Aug 6, 2020 at 6:09 AM Robbie Gemmell <ro...@gmail.com>
wrote:

> Reminder that the old system is being turned off on Aug 15th, migrate
> any other jobs you want to be kept.
>
> Also, disable old jobs when done migrating them to reflect demand
> there, since the worker nodes are also being shifted across gradually
> as appropriate.
>
> Robbie
>
> On Fri, 24 Jul 2020 at 13:29, Robbie Gemmell <ro...@gmail.com>
> wrote:
> >
> > The Jenkins setup at https://builds.apache.org is being replaced,
> > including a server migration to a new Cloudbees hosted Jenkins primary
> > at https://ci-builds.apache.org (both names will go there after the
> > old setup is turned off).
> >
> > We must manually migrate any jobs we want to keep to the new system.
> >
> > The old system is being switched off on August 15th, but with worker
> > nodes already gradually being migrated to the new setup now as
> > appropriate to balance demand from new migrated jobs.
> >
> > I asked for a Qpid folder and for all committers to have access to the
> > jobs, where they will live under:
> > https://ci-builds.apache.org/job/Qpid/
> >
> > Our old jobs are at: https://builds.apache.org/view/M-R/view/Qpid/
> >
> > I plan to migrate all the Qpid JMS and Proton-J jobs myself and I've
> > done a couple as a test. I don't plan on migrating most other jobs so
> > if you want to keep them then please migrate them.
>
Hi Robbie,
    I don't think this job needs to be migrated because we already have
Travis builds taking care of this but I am interested in knowing
your thoughts.
https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-Dispatch-Checks/

Thanks.

>
> > Full initial details are at [1], with more in other threads on
> > builds@a.o [2], such as the plugin installation request thread [3] for
> > any required plugins not yet installed (not sure we have any
> > requirements here though).
> >
> > Robbie
> >
> > [1]
> https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
> > [2] https://lists.apache.org/list.html?builds@apache.org
> > [3]
> https://lists.apache.org/thread.html/r37c73263595b93c61c3d9b44e88a57f63edd28afa9aba3047259f4a4%40%3Cbuilds.apache.org%3E
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>
>

Re: [NOTICE] Jenkins CI server change, manual job migrations required

Posted by Robbie Gemmell <ro...@gmail.com>.
Ok, they decided to be nice and pushed it out a week so more could
migrate jobs easily, so one more update: the old setup is being shut
down on Sat 22nd

New: https://ci-builds.apache.org/job/Qpid/
Old: https://builds.apache.org/view/M-R/view/Qpid/

I have disabled all the now-migrated jobs on the old setup.

Robbie

On Thu, 13 Aug 2020 at 12:14, Robbie Gemmell <ro...@gmail.com> wrote:
>
> Final reminder, the old server is being turned off on Saturday 15th,
> any jobs not migrated will be lost.
>
> On Thu, 6 Aug 2020 at 11:03, Robbie Gemmell <ro...@gmail.com> wrote:
> >
> > Reminder that the old system is being turned off on Aug 15th, migrate
> > any other jobs you want to be kept.
> >
> > Also, disable old jobs when done migrating them to reflect demand
> > there, since the worker nodes are also being shifted across gradually
> > as appropriate.
> >
> > Robbie
> >
> > On Fri, 24 Jul 2020 at 13:29, Robbie Gemmell <ro...@gmail.com> wrote:
> > >
> > > The Jenkins setup at https://builds.apache.org is being replaced,
> > > including a server migration to a new Cloudbees hosted Jenkins primary
> > > at https://ci-builds.apache.org (both names will go there after the
> > > old setup is turned off).
> > >
> > > We must manually migrate any jobs we want to keep to the new system.
> > >
> > > The old system is being switched off on August 15th, but with worker
> > > nodes already gradually being migrated to the new setup now as
> > > appropriate to balance demand from new migrated jobs.
> > >
> > > I asked for a Qpid folder and for all committers to have access to the
> > > jobs, where they will live under:
> > > https://ci-builds.apache.org/job/Qpid/
> > >
> > > Our old jobs are at: https://builds.apache.org/view/M-R/view/Qpid/
> > >
> > > I plan to migrate all the Qpid JMS and Proton-J jobs myself and I've
> > > done a couple as a test. I don't plan on migrating most other jobs so
> > > if you want to keep them then please migrate them.
> > >
> > > Full initial details are at [1], with more in other threads on
> > > builds@a.o [2], such as the plugin installation request thread [3] for
> > > any required plugins not yet installed (not sure we have any
> > > requirements here though).
> > >
> > > Robbie
> > >
> > > [1] https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
> > > [2] https://lists.apache.org/list.html?builds@apache.org
> > > [3] https://lists.apache.org/thread.html/r37c73263595b93c61c3d9b44e88a57f63edd28afa9aba3047259f4a4%40%3Cbuilds.apache.org%3E

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


Re: [NOTICE] Jenkins CI server change, manual job migrations required

Posted by Robbie Gemmell <ro...@gmail.com>.
Ok, they decided to be nice and pushed it out a week so more could
migrate jobs easily, so one more update: the old setup is being shut
down on Sat 22nd

New: https://ci-builds.apache.org/job/Qpid/
Old: https://builds.apache.org/view/M-R/view/Qpid/

I have disabled all the now-migrated jobs on the old setup.

Robbie

On Thu, 13 Aug 2020 at 12:14, Robbie Gemmell <ro...@gmail.com> wrote:
>
> Final reminder, the old server is being turned off on Saturday 15th,
> any jobs not migrated will be lost.
>
> On Thu, 6 Aug 2020 at 11:03, Robbie Gemmell <ro...@gmail.com> wrote:
> >
> > Reminder that the old system is being turned off on Aug 15th, migrate
> > any other jobs you want to be kept.
> >
> > Also, disable old jobs when done migrating them to reflect demand
> > there, since the worker nodes are also being shifted across gradually
> > as appropriate.
> >
> > Robbie
> >
> > On Fri, 24 Jul 2020 at 13:29, Robbie Gemmell <ro...@gmail.com> wrote:
> > >
> > > The Jenkins setup at https://builds.apache.org is being replaced,
> > > including a server migration to a new Cloudbees hosted Jenkins primary
> > > at https://ci-builds.apache.org (both names will go there after the
> > > old setup is turned off).
> > >
> > > We must manually migrate any jobs we want to keep to the new system.
> > >
> > > The old system is being switched off on August 15th, but with worker
> > > nodes already gradually being migrated to the new setup now as
> > > appropriate to balance demand from new migrated jobs.
> > >
> > > I asked for a Qpid folder and for all committers to have access to the
> > > jobs, where they will live under:
> > > https://ci-builds.apache.org/job/Qpid/
> > >
> > > Our old jobs are at: https://builds.apache.org/view/M-R/view/Qpid/
> > >
> > > I plan to migrate all the Qpid JMS and Proton-J jobs myself and I've
> > > done a couple as a test. I don't plan on migrating most other jobs so
> > > if you want to keep them then please migrate them.
> > >
> > > Full initial details are at [1], with more in other threads on
> > > builds@a.o [2], such as the plugin installation request thread [3] for
> > > any required plugins not yet installed (not sure we have any
> > > requirements here though).
> > >
> > > Robbie
> > >
> > > [1] https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
> > > [2] https://lists.apache.org/list.html?builds@apache.org
> > > [3] https://lists.apache.org/thread.html/r37c73263595b93c61c3d9b44e88a57f63edd28afa9aba3047259f4a4%40%3Cbuilds.apache.org%3E

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [NOTICE] Jenkins CI server change, manual job migrations required

Posted by Robbie Gemmell <ro...@gmail.com>.
Final reminder, the old server is being turned off on Saturday 15th,
any jobs not migrated will be lost.

On Thu, 6 Aug 2020 at 11:03, Robbie Gemmell <ro...@gmail.com> wrote:
>
> Reminder that the old system is being turned off on Aug 15th, migrate
> any other jobs you want to be kept.
>
> Also, disable old jobs when done migrating them to reflect demand
> there, since the worker nodes are also being shifted across gradually
> as appropriate.
>
> Robbie
>
> On Fri, 24 Jul 2020 at 13:29, Robbie Gemmell <ro...@gmail.com> wrote:
> >
> > The Jenkins setup at https://builds.apache.org is being replaced,
> > including a server migration to a new Cloudbees hosted Jenkins primary
> > at https://ci-builds.apache.org (both names will go there after the
> > old setup is turned off).
> >
> > We must manually migrate any jobs we want to keep to the new system.
> >
> > The old system is being switched off on August 15th, but with worker
> > nodes already gradually being migrated to the new setup now as
> > appropriate to balance demand from new migrated jobs.
> >
> > I asked for a Qpid folder and for all committers to have access to the
> > jobs, where they will live under:
> > https://ci-builds.apache.org/job/Qpid/
> >
> > Our old jobs are at: https://builds.apache.org/view/M-R/view/Qpid/
> >
> > I plan to migrate all the Qpid JMS and Proton-J jobs myself and I've
> > done a couple as a test. I don't plan on migrating most other jobs so
> > if you want to keep them then please migrate them.
> >
> > Full initial details are at [1], with more in other threads on
> > builds@a.o [2], such as the plugin installation request thread [3] for
> > any required plugins not yet installed (not sure we have any
> > requirements here though).
> >
> > Robbie
> >
> > [1] https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
> > [2] https://lists.apache.org/list.html?builds@apache.org
> > [3] https://lists.apache.org/thread.html/r37c73263595b93c61c3d9b44e88a57f63edd28afa9aba3047259f4a4%40%3Cbuilds.apache.org%3E

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


Re: [NOTICE] Jenkins CI server change, manual job migrations required

Posted by Robbie Gemmell <ro...@gmail.com>.
Final reminder, the old server is being turned off on Saturday 15th,
any jobs not migrated will be lost.

On Thu, 6 Aug 2020 at 11:03, Robbie Gemmell <ro...@gmail.com> wrote:
>
> Reminder that the old system is being turned off on Aug 15th, migrate
> any other jobs you want to be kept.
>
> Also, disable old jobs when done migrating them to reflect demand
> there, since the worker nodes are also being shifted across gradually
> as appropriate.
>
> Robbie
>
> On Fri, 24 Jul 2020 at 13:29, Robbie Gemmell <ro...@gmail.com> wrote:
> >
> > The Jenkins setup at https://builds.apache.org is being replaced,
> > including a server migration to a new Cloudbees hosted Jenkins primary
> > at https://ci-builds.apache.org (both names will go there after the
> > old setup is turned off).
> >
> > We must manually migrate any jobs we want to keep to the new system.
> >
> > The old system is being switched off on August 15th, but with worker
> > nodes already gradually being migrated to the new setup now as
> > appropriate to balance demand from new migrated jobs.
> >
> > I asked for a Qpid folder and for all committers to have access to the
> > jobs, where they will live under:
> > https://ci-builds.apache.org/job/Qpid/
> >
> > Our old jobs are at: https://builds.apache.org/view/M-R/view/Qpid/
> >
> > I plan to migrate all the Qpid JMS and Proton-J jobs myself and I've
> > done a couple as a test. I don't plan on migrating most other jobs so
> > if you want to keep them then please migrate them.
> >
> > Full initial details are at [1], with more in other threads on
> > builds@a.o [2], such as the plugin installation request thread [3] for
> > any required plugins not yet installed (not sure we have any
> > requirements here though).
> >
> > Robbie
> >
> > [1] https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
> > [2] https://lists.apache.org/list.html?builds@apache.org
> > [3] https://lists.apache.org/thread.html/r37c73263595b93c61c3d9b44e88a57f63edd28afa9aba3047259f4a4%40%3Cbuilds.apache.org%3E

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [NOTICE] Jenkins CI server change, manual job migrations required

Posted by Ganesh Murthy <gm...@redhat.com>.
On Thu, Aug 6, 2020 at 6:09 AM Robbie Gemmell <ro...@gmail.com>
wrote:

> Reminder that the old system is being turned off on Aug 15th, migrate
> any other jobs you want to be kept.
>
> Also, disable old jobs when done migrating them to reflect demand
> there, since the worker nodes are also being shifted across gradually
> as appropriate.
>
> Robbie
>
> On Fri, 24 Jul 2020 at 13:29, Robbie Gemmell <ro...@gmail.com>
> wrote:
> >
> > The Jenkins setup at https://builds.apache.org is being replaced,
> > including a server migration to a new Cloudbees hosted Jenkins primary
> > at https://ci-builds.apache.org (both names will go there after the
> > old setup is turned off).
> >
> > We must manually migrate any jobs we want to keep to the new system.
> >
> > The old system is being switched off on August 15th, but with worker
> > nodes already gradually being migrated to the new setup now as
> > appropriate to balance demand from new migrated jobs.
> >
> > I asked for a Qpid folder and for all committers to have access to the
> > jobs, where they will live under:
> > https://ci-builds.apache.org/job/Qpid/
> >
> > Our old jobs are at: https://builds.apache.org/view/M-R/view/Qpid/
> >
> > I plan to migrate all the Qpid JMS and Proton-J jobs myself and I've
> > done a couple as a test. I don't plan on migrating most other jobs so
> > if you want to keep them then please migrate them.
>
Hi Robbie,
    I don't think this job needs to be migrated because we already have
Travis builds taking care of this but I am interested in knowing
your thoughts.
https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-Dispatch-Checks/

Thanks.

>
> > Full initial details are at [1], with more in other threads on
> > builds@a.o [2], such as the plugin installation request thread [3] for
> > any required plugins not yet installed (not sure we have any
> > requirements here though).
> >
> > Robbie
> >
> > [1]
> https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
> > [2] https://lists.apache.org/list.html?builds@apache.org
> > [3]
> https://lists.apache.org/thread.html/r37c73263595b93c61c3d9b44e88a57f63edd28afa9aba3047259f4a4%40%3Cbuilds.apache.org%3E
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>
>

Re: [NOTICE] Jenkins CI server change, manual job migrations required

Posted by Robbie Gemmell <ro...@gmail.com>.
Reminder that the old system is being turned off on Aug 15th, migrate
any other jobs you want to be kept.

Also, disable old jobs when done migrating them to reflect demand
there, since the worker nodes are also being shifted across gradually
as appropriate.

Robbie

On Fri, 24 Jul 2020 at 13:29, Robbie Gemmell <ro...@gmail.com> wrote:
>
> The Jenkins setup at https://builds.apache.org is being replaced,
> including a server migration to a new Cloudbees hosted Jenkins primary
> at https://ci-builds.apache.org (both names will go there after the
> old setup is turned off).
>
> We must manually migrate any jobs we want to keep to the new system.
>
> The old system is being switched off on August 15th, but with worker
> nodes already gradually being migrated to the new setup now as
> appropriate to balance demand from new migrated jobs.
>
> I asked for a Qpid folder and for all committers to have access to the
> jobs, where they will live under:
> https://ci-builds.apache.org/job/Qpid/
>
> Our old jobs are at: https://builds.apache.org/view/M-R/view/Qpid/
>
> I plan to migrate all the Qpid JMS and Proton-J jobs myself and I've
> done a couple as a test. I don't plan on migrating most other jobs so
> if you want to keep them then please migrate them.
>
> Full initial details are at [1], with more in other threads on
> builds@a.o [2], such as the plugin installation request thread [3] for
> any required plugins not yet installed (not sure we have any
> requirements here though).
>
> Robbie
>
> [1] https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
> [2] https://lists.apache.org/list.html?builds@apache.org
> [3] https://lists.apache.org/thread.html/r37c73263595b93c61c3d9b44e88a57f63edd28afa9aba3047259f4a4%40%3Cbuilds.apache.org%3E

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


Re: [NOTICE] Jenkins CI server change, manual job migrations required

Posted by Oleksandr Rudyy <or...@gmail.com>.
Hi Roobie,

Thanks for the update.
I will try to migrate Qpid Broker-J jobs over next week-end.

Kind Regards,
Alex

On Fri, 24 Jul 2020 at 13:30, Robbie Gemmell <ro...@gmail.com>
wrote:

> The Jenkins setup at https://builds.apache.org is being replaced,
> including a server migration to a new Cloudbees hosted Jenkins primary
> at https://ci-builds.apache.org (both names will go there after the
> old setup is turned off).
>
> We must manually migrate any jobs we want to keep to the new system.
>
> The old system is being switched off on August 15th, but with worker
> nodes already gradually being migrated to the new setup now as
> appropriate to balance demand from new migrated jobs.
>
> I asked for a Qpid folder and for all committers to have access to the
> jobs, where they will live under:
> https://ci-builds.apache.org/job/Qpid/
>
> Our old jobs are at: https://builds.apache.org/view/M-R/view/Qpid/
>
> I plan to migrate all the Qpid JMS and Proton-J jobs myself and I've
> done a couple as a test. I don't plan on migrating most other jobs so
> if you want to keep them then please migrate them.
>
> Full initial details are at [1], with more in other threads on
> builds@a.o [2], such as the plugin installation request thread [3] for
> any required plugins not yet installed (not sure we have any
> requirements here though).
>
> Robbie
>
> [1]
> https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
> [2] https://lists.apache.org/list.html?builds@apache.org
> [3]
> https://lists.apache.org/thread.html/r37c73263595b93c61c3d9b44e88a57f63edd28afa9aba3047259f4a4%40%3Cbuilds.apache.org%3E
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>
>

Re: [NOTICE] Jenkins CI server change, manual job migrations required

Posted by Jiri Daněk <jd...@redhat.com>.
On Fri, Jul 24, 2020 at 2:39 PM Robbie Gemmell <ro...@gmail.com>
wrote:
[...]

> We must manually migrate any jobs we want to keep to the new system.


Are the job definitions in the new system under version control, or is
there expectation to manage jobs through the Web UI?

 [...]

> I asked for a Qpid folder and for all committers to have access to the
> jobs, where they will live under:
> https://ci-builds.apache.org/job/Qpid/
>
> Our old jobs are at: https://builds.apache.org/view/M-R/view/Qpid/


Are there any advantages to using the Apache infra, over Travis or AppVeyor
or GitHub Actions? So far I've managed to completely ignore the Apache
Jenkins, so I am wondering; am I missing something? Maybe some Cloudbees
proprietary plugins?
-- 
Mit freundlichen Grüßen / Kind regards
Jiri Daněk

Re: [NOTICE] Jenkins CI server change, manual job migrations required

Posted by Robbie Gemmell <ro...@gmail.com>.
Reminder that the old system is being turned off on Aug 15th, migrate
any other jobs you want to be kept.

Also, disable old jobs when done migrating them to reflect demand
there, since the worker nodes are also being shifted across gradually
as appropriate.

Robbie

On Fri, 24 Jul 2020 at 13:29, Robbie Gemmell <ro...@gmail.com> wrote:
>
> The Jenkins setup at https://builds.apache.org is being replaced,
> including a server migration to a new Cloudbees hosted Jenkins primary
> at https://ci-builds.apache.org (both names will go there after the
> old setup is turned off).
>
> We must manually migrate any jobs we want to keep to the new system.
>
> The old system is being switched off on August 15th, but with worker
> nodes already gradually being migrated to the new setup now as
> appropriate to balance demand from new migrated jobs.
>
> I asked for a Qpid folder and for all committers to have access to the
> jobs, where they will live under:
> https://ci-builds.apache.org/job/Qpid/
>
> Our old jobs are at: https://builds.apache.org/view/M-R/view/Qpid/
>
> I plan to migrate all the Qpid JMS and Proton-J jobs myself and I've
> done a couple as a test. I don't plan on migrating most other jobs so
> if you want to keep them then please migrate them.
>
> Full initial details are at [1], with more in other threads on
> builds@a.o [2], such as the plugin installation request thread [3] for
> any required plugins not yet installed (not sure we have any
> requirements here though).
>
> Robbie
>
> [1] https://lists.apache.org/thread.html/re974eed417a1bc294694701d5c91b4bf92689fcf32a4c91f169be87d%40%3Cbuilds.apache.org%3E
> [2] https://lists.apache.org/list.html?builds@apache.org
> [3] https://lists.apache.org/thread.html/r37c73263595b93c61c3d9b44e88a57f63edd28afa9aba3047259f4a4%40%3Cbuilds.apache.org%3E

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org