Skip to content

Commit

Permalink
Merge pull request coreos#180 from jlebon/pr/abort-concurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon committed Nov 21, 2023
2 parents dfc7491 + 801809c commit 17fffd5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cci.jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
// Documentation: https://github.com/coreos/coreos-ci/blob/main/README-upstream-ci.md

properties([
// abort previous runs when a PR is updated to save resources
disableConcurrentBuilds(abortPrevious: true)
])

cosaPod(runAsUser: 0) {
checkout scm
// required by config-bot (XXX: should have a deps.txt file for each
Expand Down

0 comments on commit 17fffd5

Please sign in to comment.