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: ...@@ -464,23 +464,25 @@ benchmarks:detector:default:
strategy: depend strategy: depend
allow_failure: true allow_failure: true
benchmarks:detector:default: benchmarks:detector:nightly:
stage: benchmarks stage: benchmarks
rules:
- !reference ['.nightly', rules]
needs: needs:
- version - version
- jug_xl:default - jug_xl:nightly
variables: variables:
RECO: "eicrecon"
DETECTOR: "${DETECTOR}" DETECTOR: "${DETECTOR}"
DETECTOR_CONFIG: "${DETECTOR_CONFIG}" DETECTOR_CONFIG: "${DETECTOR_CONFIG}"
DETECTOR_REPOSITORYURL: "${DETECTOR_REPOSITORYURL}" DETECTOR_REPOSITORYURL: "${DETECTOR_REPOSITORYURL}"
BENCHMARKS_TAG: "${INTERNAL_TAG}-default" BENCHMARKS_TAG: "${INTERNAL_TAG}-nightly"
BENCHMARKS_CONTAINER: "jug_xl" BENCHMARKS_CONTAINER: "jug_xl"
BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE" BENCHMARKS_REGISTRY: "$CI_REGISTRY_IMAGE"
trigger: trigger:
project: EIC/benchmarks/detector_benchmarks project: EIC/benchmarks/detector_benchmarks
strategy: depend strategy: depend
allow_failure: false allow_failure: true
benchmarks:reconstruction:default: benchmarks:reconstruction:default:
stage: benchmarks stage: benchmarks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment