Merge branch 'pspacek/ci-jobs-interruptible-v9_16' into 'v9_16'

Automatically cancel CI jobs on outdated branches [v9_16]

See merge request isc-projects/bind9!5564
This commit is contained in:
Petr Špaček 2021-11-09 12:09:40 +00:00
commit 61df820d39

View file

@ -40,6 +40,13 @@ variables:
BIND_STRESS_TEST_OS: linux
BIND_STRESS_TEST_ARCH: amd64
# Allow all running CI jobs to be automatically canceled when a new
# version of a branch is pushed.
#
# See: https://docs.gitlab.com/ee/ci/pipelines/settings.html#auto-cancel-redundant-pipelines
default:
interruptible: true
stages:
- precheck
- build