Make jobs interruptible by default
This was added in 12.3 and is false by default. Make it to true, so that we stop the previous pipelien on force push.
This commit is contained in:
parent
e12ea82a23
commit
f551f4a7be
@ -58,6 +58,7 @@ variables:
|
||||
- 'stuck_or_timeout_failure'
|
||||
- 'scheduler_failure'
|
||||
- 'api_failure'
|
||||
interruptible: true
|
||||
|
||||
manifest:
|
||||
image: $MANIFEST_IMAGE
|
||||
|
Loading…
x
Reference in New Issue
Block a user