Skip to content
Snippets Groups Projects
Commit 451bf4a5 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by Wouter Deconinck
Browse files

set PIPELINE_NAME

parent 8969aae6
Branches
Tags
1 merge request!1000.gitlab-ci.yml: always pass a meaningful PIPELINE_NAME to benchmarks
......@@ -39,6 +39,8 @@ variables:
## Internal tag used for the CI
INTERNAL_TAG: "pipeline-${CI_PIPELINE_ID}"
PIPELINE_NAME: "$CI_COMMIT_TITLE"
stages:
- status-pending
- config
......@@ -520,7 +522,7 @@ jug_xl:singularity:nightly:
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
BENCHMARKS_CONTAINER: "eic_xl"
BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE"
PIPELINE_NAME: "eic_container: $CI_PIPELINE_NAME"
PIPELINE_NAME: "eic_container: $PIPELINE_NAME"
allow_failure: false
benchmarks:detector:default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment