Skip to content

Commit

Permalink
.cci.jenkinsfile: up build pod memory to 6GB
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrero committed Jul 22, 2023
1 parent 29ece60 commit 8984eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
stage("Build") {
parallel rpms: {
def n = 4
buildPod(memory: "4Gi", cpu: "${n}") {
buildPod(memory: "6Gi", cpu: "${n}") {
checkout scm
// 2:1 job to CPU at most should keep us from getting kicked out
shwrap("""RPM_BUILD_NCPUS=${n} CARGO_BUILD_JOBS=${n} ./ci/coreosci-rpmbuild.sh""")
Expand Down

0 comments on commit 8984eee

Please sign in to comment.