Skip to content
Snippets Groups Projects
Commit 07e84869 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Fix circular definition of trigger variables

parent 5944fd54
No related branches found
No related tags found
1 merge request!730fix: set DETECTOR and DETECTOR_CONFIG in benchmark triggers
......@@ -44,6 +44,7 @@ variables:
INTERNAL_TAG: "pipeline-${CI_PIPELINE_ID}"
## Detector and configuration to use for benchmark
## problem: Defining these here mean we can add them as trigger variables later
DETECTOR: epic
DETECTOR_CONFIG: epic_craterlake
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
......@@ -472,9 +473,9 @@ benchmarks:detector:nightly:
- version
- jug_xl:nightly
variables:
DETECTOR: "${DETECTOR}"
DETECTOR_CONFIG: "${DETECTOR_CONFIG}"
DETECTOR_REPOSITORYURL: "${DETECTOR_REPOSITORYURL}"
DETECTOR: "epic"
DETECTOR_CONFIG: epic_craterlake
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
BENCHMARKS_TAG: "${INTERNAL_TAG}-nightly"
BENCHMARKS_CONTAINER: "jug_xl"
BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment