mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 23:54:13 -04:00
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:
commit
61df820d39
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue