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

Merge branch 'update_ci' into 'master'

Updated CI for v2.0.2-based container

See merge request EIC/benchmarks!13
parents 14475dc8 ecb748fd
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,6 @@ cal_test_3_zdc_neutrons_reader: ...@@ -88,7 +88,6 @@ 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
...@@ -113,7 +112,6 @@ roman_pot_nhits: ...@@ -113,7 +112,6 @@ 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
...@@ -122,7 +120,6 @@ roman_pot_eta: ...@@ -122,7 +120,6 @@ 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
...@@ -131,7 +128,6 @@ zdc_benchmark: ...@@ -131,7 +128,6 @@ 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
......
#!/bin/bash #!/bin/bash
source /etc/profile
ddsim --runType batch --numberOfEvents 100 \ ddsim --runType batch --numberOfEvents 100 \
--compactFile ./calorimeters/ZDC_example.xml \ --compactFile ./calorimeters/ZDC_example.xml \
--inputFiles ./data/zdc_photons.hepmc \ --inputFiles ./data/zdc_photons.hepmc \
......
#!/bin/bash #!/bin/bash
source /etc/profile
ddsim --runType batch -N 300 \ ddsim --runType batch -N 300 \
--inputFiles ./data/forward_ions.hepmc \ --inputFiles ./data/forward_ions.hepmc \
--compactFile ./trackers/roman_pot.xml \ --compactFile ./trackers/roman_pot.xml \
......
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