summaryrefslogtreecommitdiffstats
path: root/jenkins-config/clouds/nomad/FDIONOMAD
diff options
context:
space:
mode:
authorAndrew Yourtchenko <ayourtch@gmail.com>2021-03-26 15:51:49 +0000
committerAndrew Yourtchenko <ayourtch@gmail.com>2021-03-26 15:53:13 +0000
commit8c3c23f1e54fc05bd1b798582a78603bd9c116a1 (patch)
treeb94eb653e0b03b9d44008c29f5c0b2e9db238a19 /jenkins-config/clouds/nomad/FDIONOMAD
parent50028767df228c92a84796a2ef269da0f058234f (diff)
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 <ayourtch@gmail.com>
Diffstat (limited to 'jenkins-config/clouds/nomad/FDIONOMAD')
-rw-r--r--jenkins-config/clouds/nomad/FDIONOMAD/builder-ubuntu2004-prod-x86_64.yaml4
1 files changed, 2 insertions, 2 deletions
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 2560e450..e4548b00 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"