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:
Nicolas Dufresne 2020-03-04 16:46:57 -05:00
parent e12ea82a23
commit f551f4a7be

View file

@ -58,6 +58,7 @@ variables:
- 'stuck_or_timeout_failure'
- 'scheduler_failure'
- 'api_failure'
interruptible: true
manifest:
image: $MANIFEST_IMAGE