Skip to content

Commit

Permalink
ci: use OSbuild to build metal/metal4k in one shot
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dustymabe committed Nov 24, 2024
1 parent bb8c13e commit f945860
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ cosaPod(cpus: 4, memory: "9Gi") {
}
cosaBuild(skipInit: true, noStrict: no_strict_build, extraFetchArgs: '--with-cosa-overrides', extraArgs: parent_arg)

parallel metal: {
shwrap("cd /srv/coreos && cosa buildextend-metal")
}, metal4k: {
shwrap("cd /srv/coreos && cosa buildextend-metal4k")
stage("Metal/Metal4k") {
shwrap("cd /srv/coreos && cosa osbuild metal metal4k")
}

stage("Test ISO") {
Expand Down

0 comments on commit f945860

Please sign in to comment.