Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable] tree: promote changes from testing at 93cc29edab54cabc1b1c78f70056c01469f16478 #3398

Merged
merged 2 commits into from
Mar 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

Expand Down
Loading