Skip to content

Commit 01fc877

Browse files
committed
test-override: Build qemu in separate invocation
Fallout from [1]. [1] coreos/coreos-assembler@18b1ec4
1 parent b1bcc56 commit 01fc877

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

jobs/test-override.Jenkinsfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,12 @@ try {
280280
stage("${arch}:Fetch") {
281281
shwrap("cosa fetch --with-cosa-overrides ${autolock_arg}")
282282
}
283-
stage("${arch}:Build OSTree/QEMU") {
283+
stage("${arch}:Build OS Container") {
284284
shwrap("cosa build ${autolock_arg}")
285285
}
286+
stage("${arch}:Build QEMU") {
287+
shwrap("cosa osbuild qemu")
288+
}
286289
if (params.TESTS != "skip") {
287290
def n = ncpus - 1 // remove 1 for upgrade test
288291
kola(cosaDir: env.WORKSPACE, parallel: n, arch: arch, extraArgs: params.TESTS,

0 commit comments

Comments
 (0)