Skip to content

Commit

Permalink
ci: test cosa osbuild live
Browse files Browse the repository at this point in the history
Might as well make it a meaningful CI run.
  • Loading branch information
dustymabe committed Nov 26, 2024
1 parent 4ebd59e commit 7a95e07
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,8 @@ pod(image: imageName + ":latest", kvm: true, cpu: "${cpuCount}", memory: "${memo
// Run stage Kola QEMU (basic-qemu-scenarios, upgrade and self tests)
kola(cosaDir: "/srv", addExtTests: ["${env.WORKSPACE}/ci/run-kola-self-tests"])

stage("Build Metal") {
utils.cosaCmd(cosaDir: "/srv", args: "osbuild metal metal4k")
}

stage("Build Live Images") {
// Explicitly test re-importing the ostree repo
shwrap("cd /srv && rm tmp/repo -rf")
utils.cosaCmd(cosaDir: "/srv", args: "buildextend-live --fast")
stage("Build Metal/Live Artifacts") {
utils.cosaCmd(cosaDir: "/srv", args: "osbuild metal metal4k live")
}

kolaTestIso(cosaDir: "/srv")
Expand Down

0 comments on commit 7a95e07

Please sign in to comment.