Skip to content
Snippets Groups Projects

Draft: test empty DRICHHits bug in CI

Closed Christopher Dilks requested to merge test-drich-tracker into master
Files
4
+ 11
0
@@ -26,6 +26,7 @@ default:
- doc
- juggler.env
- geo
- test.png
reports:
dotenv: juggler.env
@@ -180,6 +181,7 @@ report:
- dump_constants
- dump_geometry
- convert_to_gdml
- test_drich
script:
- pip3 install jinja2 && ls -lrth
- ./bin/make_images > doc/dawn_views.md
@@ -239,6 +241,15 @@ convert_to_gdml:
- mkdir -p geo
- python scripts/convert_to_gdml.py --compact ${DETECTOR_PATH}/athena.xml --output geo/athena.gdml
test_drich:
stage: test
needs:
- ["common:detector"]
script:
- git clone https://eicweb.phy.anl.gov/EIC/detectors/ip6.git beamgeo
- ln -sv beamgeo/ip6 ./
- ./testBug.sh
tracking_geometry_debug:
stage: test
needs:
Loading