Skip to content

Commit

Permalink
ci: Update to use new buildroot pod
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Mar 25, 2021
1 parent a1197d8 commit 15b36d8
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 @@ -3,7 +3,7 @@
stage("Build") {
parallel rpms: {
def n = 5
cosaPod(buildroot: true, runAsUser: 0, memory: "2Gi", cpu: "${n}") {
buildPod(memory: "2Gi", 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 All @@ -15,7 +15,7 @@ parallel rpms: {
}
},
codestyle: {
cosaPod(buildroot: true) {
buildPod {
checkout scm
shwrap("""
# Ensures that we get refs to aid `git describe`
Expand Down

0 comments on commit 15b36d8

Please sign in to comment.