From 77ff5dc762ba1431c2a70e91e4944f6fb3241140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Mon, 5 Aug 2024 10:21:46 +0200 Subject: [PATCH] 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 3165261ecd7468c5f30eec0f50b4b43e556b7194) --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b7f7b2be0..fb7d72987c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1957,6 +1957,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: