Skip to content

Commit

Permalink
ci: migrate to new directory and method names
Browse files Browse the repository at this point in the history
The previous `fcos*` ones are deprecated.
See: coreos/coreos-ci-lib#122
  • Loading branch information
jlebon committed Oct 13, 2022
1 parent 000ff6c commit 5a6c48d
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 5a6c48d

Please sign in to comment.