Re: Maven builds out of control

2020-08-03 Thread Dennis Kieselhorst
Hi, currently the queue is again ~3500 builds long. I already experienced this several times. Any update on a fix? Best, Dennis

Re: Maven builds out of control

2020-08-03 Thread Olivier Lamy
I changed a configuration to reduce maven jobs disk saving size. no worries builds will be absorbed quickly. On Mon, 3 Aug 2020 at 14:13, Dennis Kieselhorst wrote: > Hi, > > currently the queue is again ~3500 builds long. I already experienced this > several times. Any update on a fix? > > Best,

Re: Maven builds out of control

2020-08-03 Thread sebb
Still thousands of queues jobs waiting on Windows and Ubuntu nodes Most of the nodes seem to be processing Maven jobs. Some have been running for several hours now. On Mon, 3 Aug 2020 at 13:21, Olivier Lamy wrote: > > I changed a configuration to reduce maven jobs disk saving size. > no worries

Re: Maven builds out of control

2020-08-03 Thread Gavin McDonald
Hi, Does a single configuration change always spawn thousands of builds, building all PRs ever created? How will future configuration changes work to prevent this from happening again? Thanks On Mon, Aug 3, 2020 at 2:21 PM Olivier Lamy wrote: > I changed a configuration to reduce maven jobs d

ZooKeeper Jenkins migration is blocked on INFRA-20613

2020-08-03 Thread Andor Molnar
Hi Chris, CI migration of Apache ZooKeeper is blocked by INFRA-20613. We need a proper GitHub account to migrate our PreCommit jobs. Please respond on the ticket. Thanks, Andor

Re: ZooKeeper Jenkins migration is blocked on INFRA-20613

2020-08-03 Thread Matt Sicker
Note this may also be a good use for GitHub App integration potentially as that provides a higher API limit than access tokens, and they don't require setting up bot accounts or reusing personal ones. On Mon, 3 Aug 2020 at 11:59, Andor Molnar wrote: > > Hi Chris, > > CI migration of Apache ZooKee

Re: Maven builds out of control

2020-08-03 Thread Robert Scholte
IIUC the issue here is that Jenkins doesn't make a difference between changed to Global pipeline files and source repositories, so any change will directly trigger builds of all branches of all ~100 Maven repos. Ideally only the latter should be triggered immediately, and the first at any random

Re: Maven builds out of control

2020-08-03 Thread Matt Sicker
You can change the build behavior of the shared library (or pipeline or any kind of job really) by clicking "Add" in the "Additional Behaviours" subsection of the Git or GitHub SCM section and choose "Don't trigger a build on commit notifications" for pipelines or "Ignore on push notifications" in