Skip to content

Commit

Permalink
Merge pull request #813 from jlebon/pr/update-ci-names
Browse files Browse the repository at this point in the history
ci: migrate to new directory and method names
  • Loading branch information
bgilbert authored Oct 13, 2022
2 parents 000ff6c + 5a6c48d commit 8c08518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ buildPod {

cosaPod {
unstash name: 'build'
fcosBuild(skipKola: true, overlays: ["install"])
cosaBuild(skipKola: true, overlays: ["install"])
// Skipping kdump.crash due to CI failure in afterburn repo
// https://github.com/coreos/fedora-coreos-tracker/issues/1075
fcosKola(extraArgs: "--denylist-test ext.config.kdump.crash")
kola(extraArgs: "--denylist-test ext.config.kdump.crash")
}

0 comments on commit 8c08518

Please sign in to comment.