Skip to content

Commit

Permalink
ci: Run --basic-qemu-scenarios
Browse files Browse the repository at this point in the history
Same rationale as coreos/fedora-coreos-pipeline#187
Motivated by ensuring we're covering proposed changes like
#1105
in CI here too.
  • Loading branch information
cgwalters authored and openshift-merge-robot committed Feb 6, 2020
1 parent 1159022 commit 7afc6a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ coreos.pod([image: 'registry.fedoraproject.org/fedora:31', runAsUser: 0, kvm: tr
}
parallel kola: {
try {
cosa_cmd("kola --basic-qemu-scenarios")
cosa_cmd("kola run --parallel 8")
cosa_cmd("kola --upgrades")
} finally {
Expand Down

0 comments on commit 7afc6a3

Please sign in to comment.