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 3165261ecd)
This commit is contained in:
Petr Špaček
2024-08-05 10:21:46 +02:00
parent d089963263
commit 77ff5dc762

View File

@@ -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: