From: Colin Walters Date: Fri, 11 Nov 2022 20:03:30 +0000 (-0500) Subject: ci: Bump memory for ISO testing flow X-Git-Tag: archive/raspbian/2022.7-2+rpi1^2~13^2^2~18^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8b75be17626debb9bfb48d43c12d7c0166aed555;p=ostree.git ci: Bump memory for ISO testing flow It seems likely that we're allocating more RAM here. What we really need to do is for cosa to express the necessary RAM requirements declaratively, then we compute pod requirements from that. --- diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index 15d3f531..003588a6 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 1G for overhead. -cosaPod(runAsUser: 0, memory: "5Gi", cpu: "4") { +// There's some parallelization in testiso up to 8G, add 1G for overhead +cosaPod(runAsUser: 0, memory: "9Gi", cpu: "4") { stage("Build FCOS") { checkout scm unstash 'build'