mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 08:35:31 +00: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.
This commit is contained in:
@@ -1953,6 +1953,8 @@ pairwise:
|
|||||||
- $PAIRWISE_TESTING
|
- $PAIRWISE_TESTING
|
||||||
|
|
||||||
backports:
|
backports:
|
||||||
|
# finish backport attempt even if another MR was merged while the job was running (or queued)
|
||||||
|
interruptible: false
|
||||||
<<: *base_image
|
<<: *base_image
|
||||||
stage: postmerge
|
stage: postmerge
|
||||||
rules:
|
rules:
|
||||||
|
Reference in New Issue
Block a user