Skip to content

Commit 17c3031

Browse files
committed
tree: promote changes from testing-devel at 793cabb
1 parent 81d63ea commit 17c3031

File tree

15 files changed

+313
-244
lines changed

15 files changed

+313
-244
lines changed

.cci.jenkinsfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,11 @@ cosaPod(cpus: 4, memory: "9Gi") {
4242
}
4343
cosaBuild(skipInit: true, noStrict: no_strict_build, extraFetchArgs: '--with-cosa-overrides', extraArgs: parent_arg)
4444

45-
stage("Metal/Metal4k") {
46-
shwrap("cd /srv/coreos && cosa osbuild metal metal4k")
45+
stage("Build Live ISO") {
46+
shwrap("cd /srv/coreos && cosa osbuild metal metal4k live")
4747
}
4848

4949
stage("Test ISO") {
50-
shwrap("cd /srv/coreos && cosa buildextend-live")
5150
kolaTestIso()
5251
}
5352

0 commit comments

Comments
 (0)