Skip to content

Commit cd73338

Browse files
committed
ci: use OSbuild to build metal/metal4k in one shot
Since we dropped runvm_with_cache_snapshot this now fails. Let's make a similar change here as what we did in coreos/coreos-assembler#3970
1 parent d2e79c7 commit cd73338

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.cci.jenkinsfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,8 @@ cosaPod(cpus: 4, memory: "9Gi") {
4242
}
4343
cosaBuild(skipInit: true, noStrict: no_strict_build, extraFetchArgs: '--with-cosa-overrides', extraArgs: parent_arg)
4444

45-
parallel metal: {
46-
shwrap("cd /srv/coreos && cosa buildextend-metal")
47-
}, metal4k: {
48-
shwrap("cd /srv/coreos && cosa buildextend-metal4k")
45+
stage("Metal/Metal4k") {
46+
shwrap("cd /srv/coreos && cosa osbuild metal metal4k")
4947
}
5048

5149
stage("Test ISO") {

0 commit comments

Comments
 (0)