Skip to content
Snippets Groups Projects

Triggering detector benchmarks

Merged Whitney Armstrong requested to merge det_benchmark into master
+ 11
9
@@ -136,15 +136,17 @@ detector:config_testing:
@@ -136,15 +136,17 @@ detector:config_testing:
- cat doc/overlap_check.out
- cat doc/overlap_check.out
allow_failure: true
allow_failure: true
#benchmarks:reconstruction:
benchmarks:reconstruction:
# stage: deploy
stage: deploy
# variables:
variables:
# JUGGLER_DETECTOR: "$JUGGLER_DETECTOR"
JUGGLER_DETECTOR: "$JUGGLER_DETECTOR"
# JUGGLER_DETECTOR_VERSION: "$JUGGLER_DETECTOR_VERSION"
JUGGLER_DETECTOR_VERSION: "$JUGGLER_DETECTOR_VERSION"
# trigger:
trigger:
# project: EIC/benchmarks/reconstruction_benchmarks
project: EIC/benchmarks/detector_benchmarks
# strategy: depend
strategy: depend
# needs: ["env","overlap_check","report"]
needs: ["env","overlap_check","report"]
 
 
#benchmarks:reconstruction:
#benchmarks:reconstruction:
# stage: deploy
# stage: deploy
# variables:
# variables:
Loading