Skip to content

Commit a7c9ca3

Browse files
committed
upstream-ci: test upstream kdump builds against FCOS
In an effort to reduce kdump issues, let's run our tests against their upstream repo, to catch problems earlier. See rhkdump/kdump-utils#62 Also: https://issues.redhat.com/browse/RHEL-70438
1 parent 07a689d commit a7c9ca3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jobs/seed-github-ci.Jenkinsfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ repos = [
1717
"coreos/ssh-key-dir",
1818
"coreos/zincati",
1919
"openshift/os",
20-
"ostreedev/ostree"
20+
"ostreedev/ostree",
21+
"rhkdump/kdump-utils"
2122
]
2223

2324
node { repos.each { repo ->

0 commit comments

Comments
 (0)