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:
tags:
- sodium
script:
- source /etc/profile
- root -b -q calorimeters/zdc_neutrons_reader.cxx
allow_failure: true
......@@ -113,7 +112,6 @@ roman_pot_nhits:
tags:
- sodium
script:
- source /etc/profile
- root -b -q trackers/simple_tracking.cxx+
allow_failure: true
......@@ -122,7 +120,6 @@ roman_pot_eta:
tags:
- sodium
script:
- source /etc/profile
- root -b -q trackers/roman_pot_hit_eta.cxx+
allow_failure: true
......@@ -131,7 +128,6 @@ zdc_benchmark:
tags:
- sodium
script:
- source /etc/profile
- ls -lrth sim_output
- root -b -q calorimeters/simple_checking.cxx+
allow_failure: true
......
#!/bin/bash
source /etc/profile
ddsim --runType batch --numberOfEvents 100 \
--compactFile ./calorimeters/ZDC_example.xml \
--inputFiles ./data/zdc_photons.hepmc \
......
#!/bin/bash
source /etc/profile
ddsim --runType batch -N 300 \
--inputFiles ./data/forward_ions.hepmc \
--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