bump CPU and memory in ubuntu2004 nomad jobs from 16000 to 20000 84/31784/1
authorAndrew Yourtchenko <ayourtch@gmail.com>
Fri, 26 Mar 2021 15:51:49 +0000 (15:51 +0000)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Fri, 26 Mar 2021 15:53:13 +0000 (15:53 +0000)
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 <ayourtch@gmail.com>
jenkins-config/clouds/nomad/FDIONOMAD/builder-ubuntu2004-prod-x86_64.yaml

index 2560e45..e4548b0 100644 (file)
@@ -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"