Skip to content

Commit 055bf09

Browse files
committed
ci: stop denylisted ext.config.kdump.crash test
This issue should have been fixed a long time ago. Let's drop this old workaround.
1 parent 381018b commit 055bf09

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.cci.jenkinsfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ cosaPod {
2424
// one that was built and not the one delivered by COSA.
2525
shwrap("cp install/usr/bin/coreos-installer /usr/bin/coreos-installer")
2626

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")
27+
cosaBuild(overlays: ["install"])
3128

3229
stage("Build metal+live") {
3330
shwrap("cd /srv/coreos && cosa osbuild metal metal4k live")

0 commit comments

Comments
 (0)