From d51caf4a9cdfb30fd3279b2f32853a6ee0064411 Mon Sep 17 00:00:00 2001
From: Dmitry Kalinkin <dkalinkin@bnl.gov>
Date: Fri, 24 May 2024 19:44:45 +0000
Subject: [PATCH] .gitlab-ci.yml: PIPELINE_NAME_CONTAINER -> PIPELINE_NAME

---
 .gitlab-ci.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 976741588..251d34986 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -56,8 +56,7 @@ stages:
 ## nightly builds are now part of the regular master build in order to keep
 ## all artifacts available at all times.
 workflow:
-  # would like to use PIPELINE_NAME but there is a bug https://gitlab.com/gitlab-org/gitlab/-/issues/441777
-  name: '$PIPELINE_NAME_CONTAINER'
+  name: '$PIPELINE_NAME'
   rules:
     - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
     - if: '$CI_PIPELINE_SOURCE == "web"'
@@ -457,7 +456,7 @@ benchmarks:detector:default:
     BENCHMARKS_TAG: "${INTERNAL_TAG}-default"
     BENCHMARKS_CONTAINER: "jug_xl"
     BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE"
-    PIPELINE_NAME: "$PIPELINE_NAME_CONTAINER"
+    PIPELINE_NAME: "$PIPELINE_NAME"
   trigger:
     project: EIC/benchmarks/detector_benchmarks
     strategy: depend
@@ -477,7 +476,7 @@ benchmarks:detector:nightly:
     BENCHMARKS_TAG: "${INTERNAL_TAG}-nightly"
     BENCHMARKS_CONTAINER: "jug_xl"
     BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE"
-    PIPELINE_NAME: "$PIPELINE_NAME_CONTAINER"
+    PIPELINE_NAME: "$PIPELINE_NAME"
   trigger:
     project: EIC/benchmarks/detector_benchmarks
     strategy: depend
-- 
GitLab