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

.gitlab-ci.yml: pass GITHUB_* variables to subworkflows

parent 382d9819
Branches
Tags
1 merge request!1101.gitlab-ci.yml: pass GITHUB_* variables to subworkflows
Pipeline #113104 passed
Pipeline: reconstruction_benchmarks

#113107

    Pipeline: eic_container: .gitlab-ci.yml: pass GITHUB_* variables to subworkflows

    #113106

      Pipeline: eic_container: .gitlab-ci.yml: pass GITHUB_* variables to subworkflows

      #113105

        ......@@ -41,6 +41,11 @@ variables:
        PIPELINE_NAME: "$CI_COMMIT_TITLE"
        ## Variables passed from GitHub workflows
        GITHUB_REPOSITORY: ""
        GITHUB_SHA: ""
        GITHUB_PR: ""
        stages:
        - status-pending
        - config
        ......@@ -519,6 +524,9 @@ jug_xl:singularity:nightly:
        BENCHMARKS_CONTAINER: "eic_xl"
        BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE"
        PIPELINE_NAME: "eic_container: $CI_PIPELINE_NAME"
        GITHUB_REPOSITORY: "$GITHUB_REPOSITORY"
        GITHUB_SHA: "$GITHUB_SHA"
        GITHUB_PR: "$GITHUB_PR"
        allow_failure: false
        .benchmarks:default:
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment