ci: bump cosaPod memory requirement to 5Gi
authorJonathan Lebon <jonathan@jlebon.com>
Tue, 25 Oct 2022 13:58:01 +0000 (09:58 -0400)
committerLuca BRUNO <luca.bruno@coreos.com>
Wed, 26 Oct 2022 06:42:06 +0000 (06:42 +0000)
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.

.cci.jenkinsfile

index 49564996c95e238aaece5c24393bf94bce0eb3e8..15d3f5310630659495ea735c9d5404e92f745279 100644 (file)
@@ -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'