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

modified: .gitlab-ci.yml

parent 4edb1cc7
No related branches found
No related tags found
1 merge request!730fix: set DETECTOR and DETECTOR_CONFIG in benchmark triggers
......@@ -464,23 +464,25 @@ benchmarks:detector:default:
strategy: depend
allow_failure: true
benchmarks:detector:default:
benchmarks:detector:nightly:
stage: benchmarks
rules:
- !reference ['.nightly', rules]
needs:
- version
- jug_xl:default
- jug_xl:nightly
variables:
RECO: "eicrecon"
DETECTOR: "${DETECTOR}"
DETECTOR_CONFIG: "${DETECTOR_CONFIG}"
DETECTOR_REPOSITORYURL: "${DETECTOR_REPOSITORYURL}"
BENCHMARKS_TAG: "${INTERNAL_TAG}-default"
BENCHMARKS_TAG: "${INTERNAL_TAG}-nightly"
BENCHMARKS_CONTAINER: "jug_xl"
BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE"
trigger:
project: EIC/benchmarks/detector_benchmarks
strategy: depend
allow_failure: false
allow_failure: true
benchmarks:reconstruction:default:
stage: benchmarks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment