We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381018b commit 055bf09Copy full SHA for 055bf09
.cci.jenkinsfile
@@ -24,10 +24,7 @@ cosaPod {
24
// one that was built and not the one delivered by COSA.
25
shwrap("cp install/usr/bin/coreos-installer /usr/bin/coreos-installer")
26
27
- cosaBuild(skipKola: true, overlays: ["install"])
28
- // Skipping kdump.crash due to CI failure in coreos-installer repo
29
- // https://github.com/coreos/fedora-coreos-tracker/issues/1075
30
- kola(extraArgs: "--denylist-test ext.config.kdump.crash")
+ cosaBuild(overlays: ["install"])
31
32
stage("Build metal+live") {
33
shwrap("cd /srv/coreos && cosa osbuild metal metal4k live")
0 commit comments