Skip to content
Snippets Groups Projects
Commit d51caf4a authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

.gitlab-ci.yml: PIPELINE_NAME_CONTAINER -> PIPELINE_NAME

parent b2995c07
No related branches found
No related tags found
1 merge request!921.gitlab-ci.yml: PIPELINE_NAME_CONTAINER -> PIPELINE_NAME
Pipeline #93715 passed with warnings
Pipeline: detector_benchmarks

#93718

    Pipeline: detector_benchmarks

    #93717

      ...@@ -56,8 +56,7 @@ stages: ...@@ -56,8 +56,7 @@ stages:
      ## nightly builds are now part of the regular master build in order to keep ## nightly builds are now part of the regular master build in order to keep
      ## all artifacts available at all times. ## all artifacts available at all times.
      workflow: workflow:
      # would like to use PIPELINE_NAME but there is a bug https://gitlab.com/gitlab-org/gitlab/-/issues/441777 name: '$PIPELINE_NAME'
      name: '$PIPELINE_NAME_CONTAINER'
      rules: rules:
      - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
      - if: '$CI_PIPELINE_SOURCE == "web"' - if: '$CI_PIPELINE_SOURCE == "web"'
      ...@@ -457,7 +456,7 @@ benchmarks:detector:default: ...@@ -457,7 +456,7 @@ benchmarks:detector:default:
      BENCHMARKS_TAG: "${INTERNAL_TAG}-default" BENCHMARKS_TAG: "${INTERNAL_TAG}-default"
      BENCHMARKS_CONTAINER: "jug_xl" BENCHMARKS_CONTAINER: "jug_xl"
      BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE" BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE"
      PIPELINE_NAME: "$PIPELINE_NAME_CONTAINER" PIPELINE_NAME: "$PIPELINE_NAME"
      trigger: trigger:
      project: EIC/benchmarks/detector_benchmarks project: EIC/benchmarks/detector_benchmarks
      strategy: depend strategy: depend
      ...@@ -477,7 +476,7 @@ benchmarks:detector:nightly: ...@@ -477,7 +476,7 @@ benchmarks:detector:nightly:
      BENCHMARKS_TAG: "${INTERNAL_TAG}-nightly" BENCHMARKS_TAG: "${INTERNAL_TAG}-nightly"
      BENCHMARKS_CONTAINER: "jug_xl" BENCHMARKS_CONTAINER: "jug_xl"
      BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE" BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE"
      PIPELINE_NAME: "$PIPELINE_NAME_CONTAINER" PIPELINE_NAME: "$PIPELINE_NAME"
      trigger: trigger:
      project: EIC/benchmarks/detector_benchmarks project: EIC/benchmarks/detector_benchmarks
      strategy: depend strategy: depend
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment