Merge pull request #2763 from cgwalters/testiso-more-memory

ci: Bump memory for ISO testing flow
This commit is contained in:
Colin Walters 2022-11-11 16:11:26 -05:00 committed by GitHub
commit bef337e1bd
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.
// 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'