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

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

parent f7f274df
No related branches found
No related tags found
1 merge request!1000.gitlab-ci.yml: always pass a meaningful PIPELINE_NAME to benchmarks
Pipeline #102573 passed
Pipeline: reconstruction_benchmarks

#102577

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

    #102576

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

      #102575

        ......@@ -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: "$PIPELINE_NAME"
        PIPELINE_NAME: "eic_container: $CI_PIPELINE_NAME"
        allow_failure: false
        benchmarks:detector:default:
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment