mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 03:46:03 -04:00
Mark backports CI job as non-interruptible
Previously CI job for the autobackport bot inherited "interruptible:
true" global configuration. This caused premature termination of the job
when another merge was finished before the autobackport job ran to
completion.
(cherry picked from commit 3165261ecd)
This commit is contained in:
parent
43c8ed45e5
commit
0a246b5cfd
1 changed files with 2 additions and 0 deletions
|
|
@ -1866,6 +1866,8 @@ pairwise:
|
|||
- $PAIRWISE_TESTING
|
||||
|
||||
backports:
|
||||
# finish backport attempt even if another MR was merged while the job was running (or queued)
|
||||
interruptible: false
|
||||
<<: *base_image
|
||||
stage: postmerge
|
||||
rules:
|
||||
|
|
|
|||
Loading…
Reference in a new issue