From 54197e53c8396a3db00742b01a636972f5049574 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Tue, 26 Nov 2024 00:12:43 -0500 Subject: [PATCH] ci: test `cosa osbuild live` Might as well make it a meaningful CI run. --- .cci.jenkinsfile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index 0eba0e9168..a80d2c84fb 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -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")