Skip to content
Snippets Groups Projects
Commit 97af078d authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

CI test for ce_ecal_placement

parent 20b9eafe
No related branches found
No related tags found
1 merge request!116CI test for ce_ecal_placement
......@@ -105,6 +105,16 @@ include:
- local: 'views/view14.yml'
- local: 'views/view15.yml'
ce_ecal_placement:
stage: test
needs:
- common:detector
script:
- python scripts/ce_ecal_placement.py --save ce_ecal_crystal_glass.xml
- mv ce_ecal_placement.png doc/ce_ecal_placement.png
- if ! diff ce_ecal_crystal_glass.xml compact/ce_ecal_crystal_glass.xml ; then echo "ce_ecal_crystal_glaxs.xml not reproducible" && false ; fi
- echo "EndcapN layout at https://eicweb.phy.anl.gov/EIC/detectors/athena/-/jobs/${CI_JOB_ID}/artifacts/raw/doc/ce_ecal_placement.png"
dump_geometry:
stage: test
needs:
......@@ -150,6 +160,7 @@ report:
- dump_constants
- dump_geometry
- convert_to_gdml
- ce_ecal_placement
script:
- pip3 install jinja2 && ls -lrth
- ./bin/make_images > doc/dawn_views.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment