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	modified:   .cci.jenkinsfile
  • Loading branch information
jlebon committed Oct 13, 2022
1 parent dab0425 commit a1f72ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ cosaPod(runAsUser: 0, memory: "${mem}Mi", cpu: "${nhosts}") {
stage("Kola") {
// TODO upstream this into coreos-ci-lib
shwrap("make -C tests/kolainst install")
fcosKola(cosaDir: "${env.WORKSPACE}", extraArgs: "ext.rpm-ostree.*", parallel: nhosts)
kola(cosaDir: "${env.WORKSPACE}", extraArgs: "ext.rpm-ostree.*", parallel: nhosts)
}
stage("vmcheck") {
try {
Expand Down

0 comments on commit a1f72ae

Please sign in to comment.