From: Michael Hofmann <mhofm...@redhat.com>

CI: provide descriptive pipeline name for scheduled pipelines

Part of https://gitlab.com/cki-project/containers/-/issues/46

Signed-off-by: Michael Hofmann <mhofm...@redhat.com>

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index blahblah..blahblah 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,9 +15,12 @@ include:
     rules: [{if: $CI_PIPELINE_SOURCE == "merge_request_event"}]
 
 workflow:
+  name: $PIPELINE_NAME
   rules:
     # Rawhide release pipelines
     - if: '$CI_PIPELINE_SOURCE == "schedule"'
+      variables:
+        PIPELINE_NAME: 'Scheduled pipeline with 
RAWHIDE_RELEASE=$RAWHIDE_RELEASE'
     # HEAD pipelines
     - if: $CI_PIPELINE_SOURCE =~ /push|web/ &&
           $CI_PROJECT_PATH =~ /^cki-project.kernel-ark/

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2742
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to