From 0a246b5cfd8a0cdd0ebf20d522ea5e4543e9c046 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 cec2fda01f..953bf675ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: