From: Veronika Kabatova <vkabatov@xxxxxxxxxx> CI: Rename ARK CI pipeline type To enable CentOS Stream double pipelines, the pipeline type check now uses regexes. This means that both "trusted" (c9s) and "trusted-ark" (ARK) pipelines would get picked and be executed for ARK MRs which is not what we want. Rename the ARK pipeline type to avoid this. Bugzilla: INTERNAL Upstream Status: RHEL-only Signed-off-by: Veronika Kabatova <vkabatov@xxxxxxxxxx> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ workflow: - if: '$CI_PIPELINE_SOURCE == "schedule"' # ARK release pipelines - if: '$CI_MERGE_REQUEST_PROJECT_PATH =~ /^cki-project.kernel-ark/' # ARK MR CI variables: - REQUESTED_PIPELINE_TYPE: 'trusted-ark' + REQUESTED_PIPELINE_TYPE: 'ark-ci' # We cannot merge rules through !reference and have to copy them over from the # CKI pipeline: https://gitlab.com/gitlab-org/gitlab/-/issues/322992 - if: '$CI_MERGE_REQUEST_PROJECT_PATH =~ /^redhat.rhel/ || $CI_PROJECT_PATH =~ /^redhat.rhel/' @@ -38,7 +38,7 @@ workflow: project: redhat/red-hat-ci-tools/kernel/cki-internal-pipelines/cki-trusted-contributors strategy: depend variables: - PIPELINE_TYPE: 'trusted-ark' + PIPELINE_TYPE: 'ark-ci' kernel_type: 'upstream' .trigger_ark_pipeline: -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1313 _______________________________________________ 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 on the list, report it: https://pagure.io/fedora-infrastructure