Skip to content
Snippets Groups Projects

Triggering detector benchmarks

Merged Whitney Armstrong requested to merge det_benchmark into master
Files
2
+ 13
11
@@ -123,7 +123,7 @@ overlap_check:
@@ -123,7 +123,7 @@ overlap_check:
needs:
needs:
- ["common:detector"]
- ["common:detector"]
script:
script:
- checkOverlaps -c ${DETECTOR_PATH}/reference_detector.xml | tee doc/overlap_check.out
- checkOverlaps -t 0.001 -c ${DETECTOR_PATH}/reference_detector.xml | tee doc/overlap_check.out
- echo "$(cat doc/overlap_check.out | grep ovlp | wc -l) overlaps..."
- echo "$(cat doc/overlap_check.out | grep ovlp | wc -l) overlaps..."
- if [[ "$(cat doc/overlap_check.out | grep ovlp | wc -l)" -gt "0" ]] ; then echo "Overlaps exist!" && false ; fi
- if [[ "$(cat doc/overlap_check.out | grep ovlp | wc -l)" -gt "0" ]] ; then echo "Overlaps exist!" && false ; fi
@@ -132,19 +132,21 @@ detector:config_testing:
@@ -132,19 +132,21 @@ detector:config_testing:
needs:
needs:
- ["common:detector"]
- ["common:detector"]
script:
script:
- checkOverlaps -c ${DETECTOR_PATH}/reference_detector.xml | tee doc/overlap_check.out | wc -l
- checkOverlaps -o 's' -c ${DETECTOR_PATH}/reference_detector.xml | tee doc/overlap_check.out | wc -l
- cat doc/overlap_check.out
- cat doc/overlap_check.out
 
 
benchmarks:detector:
 
stage: deploy
 
variables:
 
JUGGLER_DETECTOR: "$JUGGLER_DETECTOR"
 
JUGGLER_DETECTOR_VERSION: "$JUGGLER_DETECTOR_VERSION"
 
trigger:
 
project: EIC/benchmarks/detector_benchmarks
 
strategy: depend
 
needs: ["overlap_check","report"]
allow_failure: true
allow_failure: true
#benchmarks:reconstruction:
# stage: deploy
# variables:
# JUGGLER_DETECTOR: "$JUGGLER_DETECTOR"
# JUGGLER_DETECTOR_VERSION: "$JUGGLER_DETECTOR_VERSION"
# trigger:
# project: EIC/benchmarks/reconstruction_benchmarks
# strategy: depend
# needs: ["env","overlap_check","report"]
#benchmarks:reconstruction:
#benchmarks:reconstruction:
# stage: deploy
# stage: deploy
# variables:
# variables:
Loading