]> 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:58:34 +0000 (07:58 +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.

(cherry picked from commit 3165261ecd7468c5f30eec0f50b4b43e556b7194)

.gitlab-ci.yml

index cec2fda01f1565d229477ffde1a3ff2eec2fda70..953bf675eeba110b82de3f7d7505c74113b30b05 100644 (file)
@@ -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: