]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Mark backports CI job as non-interruptible
authorPetr Špaček <pspacek@isc.org>
Mon, 5 Aug 2024 08:21:46 +0000 (10:21 +0200)
committerPetr Špaček <pspacek@isc.org>
Fri, 23 Aug 2024 07:38:27 +0000 (07:38 +0000)
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.

.gitlab-ci.yml

index 42849553c3329ece30e2e3020dc0f8fa6b7388b5..526c251b4eedbeea692b479e9ad801230db11ff4 100644 (file)
@@ -1953,6 +1953,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: