ci: make jobs interruptible
This will cancel old running pipelines if a new one is created.
This commit is contained in:
parent
b38524b7ee
commit
087b403042
1 changed files with 2 additions and 0 deletions
|
|
@ -16,12 +16,14 @@ init:
|
|||
- shell
|
||||
script:
|
||||
- schutzbot/update_github_status.sh start
|
||||
interruptible: true
|
||||
|
||||
RPM:
|
||||
stage: rpmbuild
|
||||
extends: .terraform
|
||||
script:
|
||||
- sh "schutzbot/mockbuild.sh"
|
||||
interruptible: true
|
||||
parallel:
|
||||
matrix:
|
||||
- RUNNER:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue