From: Petr Špaček Date: Mon, 5 Aug 2024 08:21:46 +0000 (+0200) Subject: Mark backports CI job as non-interruptible X-Git-Tag: v9.21.1~16^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3165261ecd7468c5f30eec0f50b4b43e556b7194;p=thirdparty%2Fbind9.git 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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42849553c33..526c251b4ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: