Commit e3483b80 authored by Olivier Crête's avatar Olivier Crête

gitlab-ci: Mark all tasks as interruptible

parent 44d606a8
...@@ -22,6 +22,7 @@ default: ...@@ -22,6 +22,7 @@ default:
# #
check allow-edit: check allow-edit:
extends: '.fdo.ci-fairy' extends: '.fdo.ci-fairy'
interruptible: true
needs: [] needs: []
stage: 'verify' stage: 'verify'
variables: variables:
...@@ -34,6 +35,7 @@ check allow-edit: ...@@ -34,6 +35,7 @@ check allow-edit:
build: build:
stage: build stage: build
interruptible: true
variables: variables:
PREFIX: "${CI_PROJECT_DIR}/libnice-prefix" PREFIX: "${CI_PROJECT_DIR}/libnice-prefix"
except: except:
...@@ -49,9 +51,11 @@ build: ...@@ -49,9 +51,11 @@ build:
paths: paths:
- build/ - build/
build msys2: build msys2:
image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:2021-02-24.0-master' image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:2021-02-24.0-master'
stage: 'build' stage: 'build'
interruptible: true
tags: tags:
- 'docker' - 'docker'
- 'windows' - 'windows'
...@@ -156,6 +160,7 @@ build msvc x86: ...@@ -156,6 +160,7 @@ build msvc x86:
test: test:
stage: test stage: test
interruptible: true
needs: needs:
- build - build
except: except:
...@@ -181,6 +186,7 @@ test valgrind: ...@@ -181,6 +186,7 @@ test valgrind:
doc-and-install: doc-and-install:
stage: test stage: test
interruptible: true
needs: needs:
- build - build
except: except:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment