Skip to content

Commit

Permalink
ci: bump cosaPod memory requirement to 5Gi
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jlebon committed Oct 25, 2022
1 parent 4f894b5 commit c5c12ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c5c12ad

Please sign in to comment.