Skip to content
Snippets Groups Projects
Commit cf9c4de2 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Updated CI for new container

parent 3dd30d4c
No related branches found
No related tags found
No related merge requests found
...@@ -88,6 +88,7 @@ cal_test_3_zdc_neutrons_reader: ...@@ -88,6 +88,7 @@ cal_test_3_zdc_neutrons_reader:
tags: tags:
- sodium - sodium
script: script:
- source /etc/profile
- root -b -q calorimeters/zdc_neutrons_reader.cxx - root -b -q calorimeters/zdc_neutrons_reader.cxx
allow_failure: true allow_failure: true
...@@ -112,6 +113,7 @@ roman_pot_nhits: ...@@ -112,6 +113,7 @@ roman_pot_nhits:
tags: tags:
- sodium - sodium
script: script:
- source /etc/profile
- root -b -q trackers/simple_tracking.cxx+ - root -b -q trackers/simple_tracking.cxx+
allow_failure: true allow_failure: true
...@@ -120,6 +122,7 @@ roman_pot_eta: ...@@ -120,6 +122,7 @@ roman_pot_eta:
tags: tags:
- sodium - sodium
script: script:
- source /etc/profile
- root -b -q trackers/roman_pot_hit_eta.cxx+ - root -b -q trackers/roman_pot_hit_eta.cxx+
allow_failure: true allow_failure: true
...@@ -128,6 +131,7 @@ zdc_benchmark: ...@@ -128,6 +131,7 @@ zdc_benchmark:
tags: tags:
- sodium - sodium
script: script:
- source /etc/profile
- ls -lrth sim_output - ls -lrth sim_output
- root -b -q calorimeters/simple_checking.cxx+ - root -b -q calorimeters/simple_checking.cxx+
allow_failure: true allow_failure: true
...@@ -186,6 +190,5 @@ deploy_results: ...@@ -186,6 +190,5 @@ deploy_results:
# - cd doc && doxygen Doxyfile && mv doxygen_output/html/ ../public/ # - cd doc && doxygen Doxyfile && mv doxygen_output/html/ ../public/
# artifacts: # artifacts:
# paths: # paths:
# - public # - public # only:
# only:
# - master # - master
#!/bin/bash #!/bin/bash
source /usr/local/bin/thisdd4hep.sh source /etc/profile
ddsim --runType batch --numberOfEvents 100 \ ddsim --runType batch --numberOfEvents 100 \
--compactFile ./calorimeters/ZDC_example.xml \ --compactFile ./calorimeters/ZDC_example.xml \
......
#!/bin/bash #!/bin/bash
source /usr/local/bin/thisdd4hep.sh source /etc/profile
ddsim --runType batch -N 300 \ ddsim --runType batch -N 300 \
--inputFiles ./data/forward_ions.hepmc \ --inputFiles ./data/forward_ions.hepmc \
......
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