From 52810a41b9bd2e4b49d6e956f725290d29050799 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Tue, 25 Oct 2022 09:58:01 -0400 Subject: [PATCH] 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. --- .cci.jenkinsfile | 4 ++-- 1 file 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'