Skip to content

Commit ab8fe51

Browse files
committed
ci: build metal images in one OSBuild invocation
We can do this all with OSBuild now so let's not run parallel processes here. This will enable us to drop the cache snapshot bits since we won't have two processes trying to use the cache qcow at the same time.
1 parent 8ce5e88 commit ab8fe51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cci.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pod(image: imageName + ":latest", kvm: true, cpu: "${cpuCount}", memory: "${memo
3030
kola(cosaDir: "/srv", addExtTests: ["${env.WORKSPACE}/ci/run-kola-self-tests"])
3131

3232
stage("Build Metal") {
33-
cosaParallelCmds(cosaDir: "/srv", commands: ["metal", "metal4k"])
33+
utils.cosaCmd(cosaDir: "/srv", args: "osbuild metal metal4k")
3434
}
3535

3636
stage("Build Live Images") {

0 commit comments

Comments
 (0)