summaryrefslogtreecommitdiff
path: root/.cci.jenkinsfile
diff options
context:
space:
mode:
authorJonathan Lebon <jonathan@jlebon.com>2022-10-25 09:58:01 -0400
committerLuca BRUNO <luca.bruno@coreos.com>2022-10-26 06:42:06 +0000
commit52810a41b9bd2e4b49d6e956f725290d29050799 (patch)
tree22c5fff53f59a9c057701de9e276b31c51f2ffcc /.cci.jenkinsfile
parenta19cc34883e7ddcb1aa00b50961a94760b33c57d (diff)
downloadostree-52810a41b9bd2e4b49d6e956f725290d29050799.tar.gz
ci: bump cosaPod memory requirement to 5Gi
We're hitting memory limits when running the reprovisioning tests. We should investigate why we need 1Gi of overhead, but for now to get unblocked let's just bump it.
Diffstat (limited to '.cci.jenkinsfile')
-rw-r--r--.cci.jenkinsfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile
index 49564996..15d3f531 100644
--- a/.cci.jenkinsfile
+++ b/.cci.jenkinsfile
@@ -41,8 +41,8 @@ stage("Build") {
}
// Build FCOS and run kola tests.
-// Both kola and kolaTestIso require 4G max. Add 512M for overhead.
-cosaPod(runAsUser: 0, memory: "4608Mi", cpu: "4") {
+// Both kola and kolaTestIso require 4G max. Add 1G for overhead.
+cosaPod(runAsUser: 0, memory: "5Gi", cpu: "4") {
stage("Build FCOS") {
checkout scm
unstash 'build'