mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ variables:
|
|||
- 'stuck_or_timeout_failure'
|
||||
- 'scheduler_failure'
|
||||
- 'api_failure'
|
||||
interruptible: true
|
||||
|
||||
manifest:
|
||||
image: $MANIFEST_IMAGE
|
||||
|
|
Loading…
Reference in a new issue