1
0
mirror of https://github.com/coreos/fedora-coreos-config.git synced 2026-02-05 09:45:30 +01:00

tree: import changes from testing-devel at c537e88c86

This commit is contained in:
CoreOS Bot
2025-02-24 21:56:55 +00:00
parent eeee9d56c5
commit 22b7211a2d

View File

@@ -42,12 +42,11 @@ cosaPod(cpus: 4, memory: "9Gi") {
}
cosaBuild(skipInit: true, noStrict: no_strict_build, extraFetchArgs: '--with-cosa-overrides', extraArgs: parent_arg)
stage("Metal/Metal4k") {
shwrap("cd /srv/coreos && cosa osbuild metal metal4k")
stage("Build Live ISO") {
shwrap("cd /srv/coreos && cosa osbuild metal metal4k live")
}
stage("Test ISO") {
shwrap("cd /srv/coreos && cosa buildextend-live")
kolaTestIso()
}