From: Michael Hofmann on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2598

The interruptible keyword determines whether pipelines can be
auto-cancelled.

For kernel testing pipelines, this should only be done for MRs. Baseline
pipelines on ark-latest shouldn't cancel but run to completion.

For all other non-MR pipelines (scheduled/HEAD os-build), these should
also not be cancelled.

Therefore, use a conditional include to only configure jobs to be
interruptible in MR pipelines.

Fixes https://gitlab.com/cki-project/kernel-ark/-/issues/119

---
 .gitlab-ci.yml |  53 ++++++++++++++++++++---------------------------------
 1 files changed, 20 insertions(+), 33 deletions(-)
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to