Re: broken builds taking up resources

2020-01-23 Thread Joan Touzet
On 2020-01-23 4:50, Chesnay Schepler wrote: On 23/01/2020 10:19, Thomas Bouron wrote: On Thu, 23 Jan 2020 at 08:56, Robert Munteanu wrote: On Wed, 2020-01-22 at 17:53 -0800, Chris Lambertus wrote: Additionally, orphaned docker jobs are causing major resource contention. I will be adding a we

Re: broken builds taking up resources

2020-01-23 Thread Zoran Regvart
Hi Chris, On Thu, Jan 23, 2020 at 1:55 AM Chris Lambertus wrote: > I will be implementing a system to kill jenkins processes based on duration > of run. My initial feeling is to kill any single process which has been > running for longer than one hour real-time. Can you provide some details on

Re: broken builds taking up resources

2020-01-23 Thread Chesnay Schepler
On 23/01/2020 10:19, Thomas Bouron wrote: On Thu, 23 Jan 2020 at 08:56, Robert Munteanu wrote: On Wed, 2020-01-22 at 17:53 -0800, Chris Lambertus wrote: Additionally, orphaned docker jobs are causing major resource contention. I will be adding a weekly job to docker system prune —all && servi

Re: broken builds taking up resources

2020-01-23 Thread Thomas Bouron
On Thu, 23 Jan 2020 at 08:56, Robert Munteanu wrote: > On Wed, 2020-01-22 at 17:53 -0800, Chris Lambertus wrote: > > Additionally, orphaned docker jobs are causing major resource > > contention. I will be adding a weekly job to docker system prune —all > > && service docker restart. > > +1, it's

Re: broken builds taking up resources

2020-01-23 Thread Robert Munteanu
On Wed, 2020-01-22 at 17:53 -0800, Chris Lambertus wrote: > Additionally, orphaned docker jobs are causing major resource > contention. I will be adding a weekly job to docker system prune —all > && service docker restart. +1, it's easy to get this wrong. It would be great if you could also docume