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

modified: .gitlab-ci.yml

parent 19c3bc9b
No related branches found
No related tags found
1 merge request!78Triggering detector benchmarks
Pipeline #9717 failed
......@@ -123,7 +123,7 @@ overlap_check:
needs:
- ["common:detector"]
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..."
- if [[ "$(cat doc/overlap_check.out | grep ovlp | wc -l)" -gt "0" ]] ; then echo "Overlaps exist!" && false ; fi
......@@ -132,9 +132,8 @@ detector:config_testing:
needs:
- ["common:detector"]
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
allow_failure: true
benchmarks:detector:
stage: deploy
......@@ -145,6 +144,7 @@ benchmarks:detector:
project: EIC/benchmarks/detector_benchmarks
strategy: depend
needs: ["overlap_check","report"]
allow_failure: true
#benchmarks:reconstruction:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment