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

set PIPELINE_NAME

parent d2ebe8eb
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,8 @@ variables: ...@@ -39,6 +39,8 @@ variables:
## Internal tag used for the CI ## Internal tag used for the CI
INTERNAL_TAG: "pipeline-${CI_PIPELINE_ID}" INTERNAL_TAG: "pipeline-${CI_PIPELINE_ID}"
PIPELINE_NAME: "$CI_COMMIT_TITLE"
stages: stages:
- status-pending - status-pending
- config - config
...@@ -520,7 +522,7 @@ jug_xl:singularity:nightly: ...@@ -520,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: $CI_PIPELINE_NAME" PIPELINE_NAME: "eic_container: $PIPELINE_NAME"
allow_failure: false allow_failure: false
benchmarks:detector:default: benchmarks:detector:default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment