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

Automatically cancel CI jobs on outdated branches

See merge request isc-projects/bind9!5558
This commit is contained in:
Petr Špaček 2021-11-09 10:54:39 +00:00
commit ed99c502b6

View file

@ -47,6 +47,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:
- autoconf
- precheck