From: Andrew Yourtchenko Date: Fri, 26 Mar 2021 15:51:49 +0000 (+0000) Subject: bump CPU and memory in ubuntu2004 nomad jobs from 16000 to 20000 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F84%2F31784%2F1;p=ci-management.git bump CPU and memory in ubuntu2004 nomad jobs from 16000 to 20000 Some jobs fail due to OOMKILLER, the theory is that the python 3.8.5 takes more memory than 3.7.3, which runs on debian10 where no such failures are seen. Change-Id: Ie263055b0292f4afab3a907a107479a3f8fb962b Signed-off-by: Andrew Yourtchenko --- diff --git a/jenkins-config/clouds/nomad/FDIONOMAD/builder-ubuntu2004-prod-x86_64.yaml b/jenkins-config/clouds/nomad/FDIONOMAD/builder-ubuntu2004-prod-x86_64.yaml index 2560e4507..e4548b006 100644 --- a/jenkins-config/clouds/nomad/FDIONOMAD/builder-ubuntu2004-prod-x86_64.yaml +++ b/jenkins-config/clouds/nomad/FDIONOMAD/builder-ubuntu2004-prod-x86_64.yaml @@ -7,8 +7,8 @@ templates: - ltarget: "^${node.class}" operand: "=" rtarget: "builder" - cpu: 14000 + cpu: 20000 image: "fdiotools/builder-ubuntu2004:prod-x86_64" labels: "builder-ubuntu2004-prod-x86_64" - memory: 14000 + memory: 20000 prefix: "builder-ubuntu2004-prod-x86_64"