Skip to content
Snippets Groups Projects

.gitlab-ci.yml: always pass a meaningful PIPELINE_NAME to benchmarks

Merged Dmitry Kalinkin requested to merge pr/use_ci_pipeline_name into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -522,7 +522,7 @@ jug_xl:singularity:nightly:
@@ -522,7 +522,7 @@ jug_xl:singularity:nightly:
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
BENCHMARKS_CONTAINER: "eic_xl"
BENCHMARKS_CONTAINER: "eic_xl"
BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE"
BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE"
PIPELINE_NAME: "eic_container: $PIPELINE_NAME"
PIPELINE_NAME: "eic_container: $CI_PIPELINE_NAME"
allow_failure: false
allow_failure: false
benchmarks:detector:default:
benchmarks:detector:default:
Loading