Skip to content

Commit d8e6a15

Browse files
dustymabejlebon
authored andcommitted
ci: test cosa osbuild live
Might as well make it a meaningful CI run.
1 parent 33c43f7 commit d8e6a15

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.cci.jenkinsfile

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,8 @@ pod(image: imageName + ":latest", kvm: true, cpu: "${cpuCount}", memory: "${memo
2929
// Run stage Kola QEMU (basic-qemu-scenarios, upgrade and self tests)
3030
kola(cosaDir: "/srv", addExtTests: ["${env.WORKSPACE}/ci/run-kola-self-tests"])
3131

32-
stage("Build Metal") {
33-
utils.cosaCmd(cosaDir: "/srv", args: "osbuild metal metal4k")
34-
}
35-
36-
stage("Build Live Images") {
37-
// Explicitly test re-importing the ostree repo
38-
shwrap("cd /srv && rm tmp/repo -rf")
39-
utils.cosaCmd(cosaDir: "/srv", args: "buildextend-live --fast")
32+
stage("Build Metal/Live Artifacts") {
33+
utils.cosaCmd(cosaDir: "/srv", args: "osbuild metal metal4k live")
4034
}
4135

4236
kolaTestIso(cosaDir: "/srv")

0 commit comments

Comments
 (0)