Skip to content

Commit

Permalink
ci: kola basic scenarios are run by default now
Browse files Browse the repository at this point in the history
coreos/coreos-ci-lib#91 drops the basicScenarios
argument.
  • Loading branch information
bgilbert committed Sep 10, 2021
1 parent 74a612c commit 350c1d9
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 @@ -19,7 +19,7 @@ pod(image: imageName + ":latest", kvm: true, memory: "10Gi") {
fcosBuild(skipKola: 1, cosaDir: "/srv", noForce: true)

// Run stage Kola QEMU (basic-qemu-scenarios, upgrade and self tests)
fcosKola(basicScenarios: true, cosaDir: "/srv", addExtTests: ["${env.WORKSPACE}/ci/run-kola-self-tests"])
fcosKola(cosaDir: "/srv", addExtTests: ["${env.WORKSPACE}/ci/run-kola-self-tests"])

stage("Build Metal") {
cosaParallelCmds(cosaDir: "/srv", commands: ["metal", "metal4k"])
Expand Down

0 comments on commit 350c1d9

Please sign in to comment.