Skip to content

Commit

Permalink
Merge pull request #228 from cgwalters/fix-ci
Browse files Browse the repository at this point in the history
ci: Don't run basic scenarios
  • Loading branch information
bgilbert authored Oct 1, 2021
2 parents 76470b2 + 0ce64ac commit aa7c08a
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 @@ -65,7 +65,7 @@ cosaPod(runAsUser: 0, memory: "3072Mi", cpu: "4") {
// The previous e2e leaves things only having built an ostree update
shwrap("cosa build")
// bootupd really can't break upgrades for the OS
fcosKola(cosaDir: "${env.WORKSPACE}", extraArgs: "ext.*bootupd*", skipUpgrade: true)
fcosKola(cosaDir: "${env.WORKSPACE}", extraArgs: "ext.*bootupd*", skipUpgrade: true, skipBasicScenarios: true)
}
} finally {
archiveArtifacts allowEmptyArchive: true, artifacts: 'tmp/console.txt'
Expand Down

0 comments on commit aa7c08a

Please sign in to comment.