From: Michael Hofmann <mhofmann@xxxxxxxxxx> Allow to auto-cancel redundant pipelines This was already set in the project settings, but for this to work it needs `interruptible: true` as well. diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,9 @@ stages: - build - deploy +default: + interruptible: true + workflow: rules: - if: '$CI_PIPELINE_SOURCE == "schedule"' # ARK release pipelines -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2538 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue