Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Number of executors in gerrit CI builds

The issue is that each build is taking so much time and JDT core/UI/Debug share the same set of executors.
JDT UI build which normally take 50 minutes is not completing after 3 hours also. 
https://ci.eclipse.org/jdt/job/eclipse.jdt.ui-Gerrit/8730/
 
Bug 572275 4.20 JDT UI Gerrits taking extremely long time
 
Thanks & Regards,
Sarika
 
----- Original message -----
From: Mickael Istria <mistria@xxxxxxxxxx>
Sent by: "jdt-dev" <jdt-dev-bounces@xxxxxxxxxxx>
To: "Eclipse JDT general developers list." <jdt-dev@xxxxxxxxxxx>
Cc:
Subject: [EXTERNAL] Re: [jdt-dev] Number of executors in gerrit CI builds
Date: Thu, Mar 25, 2021 1:35 AM
 
 
 
On Wed, Mar 24, 2021 at 8:25 PM Gayan Perera <gayanper@xxxxxxxxx> wrote:
Hi All,
 
Seems like recently the wait time until the JDT build is started is really high, is there a possibility to add few more executors to jenkins so that we can build multiple gerrits parallely ?
 
See https://wiki.eclipse.org/Jenkins#About_resource_packs_and_quotas and https://wiki.eclipse.org/CBI#Additional_Resource_Packs . More executors are not free of use. Either those need to be funded, or you need to convince some "owner" of resource packs to "spend" one on JDT.
--
Mickael Istria
Eclipse IDE developer, for Red Hat Developers
_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev
 


Back to the top