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