Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Something killing my build on clustered CI

FYI, I've added an entry to the Jenkins FAQ https://wiki.eclipse.org/Jenkins#What_is_killing_my_build.3F_I.27m_using_custom_containers.21

There is more to say (like how much mem/cpu you can set regarding https://wiki.eclipse.org/CBI#What.27s_provided.3F) but it's a start ;)

Cheers,

Mikaël Barbero 
Team Lead - Release Engineering | Eclipse Foundation
📱 (+33) 642 028 039 | 🐦 @mikbarbero
Eclipse Foundation: The Platform for Open Innovation and Collaboration

Le 4 avr. 2019 à 17:42, William Riley <william.riley@xxxxxxxxxxx> a écrit :

Hi Mickael
 
The “memory” one should be set to set however much memory your build process needs + some overhead. I arrived at the numbers for CDT by trial and error, basically just keep decreasing a bit at a time until it starts failing. We found out that by default projects will have a total limit of 4GB total for custom containers, so setting this to > 2GB will restrict you to 1 build at a time.
 
For “cpu” you can probably just set this to “1”, we only needed to go higher for CDT as some of our UI tests crashing with less.
 
Generally just the “requests” & “limits” values to be the same.
 
Regards
William
 
From: cbi-dev-bounces@xxxxxxxxxxx <cbi-dev-bounces@xxxxxxxxxxx> On Behalf Of Mickael Istria
Sent: 04 April 2019 16:28
To: Common-build Developers discussion <cbi-dev@xxxxxxxxxxx>
Subject: Re: [cbi-dev] Something killing my build on clustered CI
 
Thank you very much William! You saved me many hours if I had to figure out that by myself.
I've copied what I interpret as "black magic random numbers" (I don't know much practical details about Kubernetes) in my Jenkinsfile and it works as expected.
 
Cheers!
 


Renesas Electronics Europe GmbH,Geschaeftsfuehrer/President : Olav Schulte, Sitz der Gesellschaft/Registered office: Duesseldorf, Arcadiastrasse 10, 40472 Duesseldorf, Germany,Handelsregister/Commercial Register: Duesseldorf, HRB 3708 USt-IDNr./Tax identification no.: DE 119353406 WEEE-Reg.-Nr./WEEE reg. no.: DE 14978647

_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cbi-dev

Attachment: signature.asc
Description: Message signed with OpenPGP


Back to the top