Merge pull request #2744 from lucab/ups/ci-memory-bump

ci: bump cosaPod memory requirement to 5Gi
This commit is contained in:
Luca Bruno 2022-10-26 09:23:29 +00:00 committed by GitHub
commit 9801689c74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ stage("Build") {
} }
// Build FCOS and run kola tests. // Build FCOS and run kola tests.
// Both kola and kolaTestIso require 4G max. Add 512M for overhead. // Both kola and kolaTestIso require 4G max. Add 1G for overhead.
cosaPod(runAsUser: 0, memory: "4608Mi", cpu: "4") { cosaPod(runAsUser: 0, memory: "5Gi", cpu: "4") {
stage("Build FCOS") { stage("Build FCOS") {
checkout scm checkout scm
unstash 'build' unstash 'build'