Skip to content
Snippets Groups Projects
Commit 1b93898b authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: calorimeters/calorimeters_config.yml

parent 330f1b50
Branches
No related tags found
No related merge requests found
......@@ -7,10 +7,24 @@ default:
- datasets/
- data
stages:
#- simulate
- simulate
- benchmarks
cal_sim_1_dummy_test2:
stage: benchmarks
tags:
- sodium
script:
- echo "here we run simulation"
#artifact:
# paths:
# - results/
allow_failure: true
cal_test_1_dummy_test2:
stage: benchmarks
tags:
- sodium
script:
- bash calorimeters/dummy_test2.sh
#artifact:
......@@ -20,6 +34,8 @@ cal_test_1_dummy_test2:
cal_test_2_dummy_test:
stage: benchmarks
tags:
- sodium
script:
- bash calorimeters/dummy_test.sh
#artifact:
......@@ -29,6 +45,8 @@ cal_test_2_dummy_test:
cal_test_3_zdc_neutrons_reader:
stage: benchmarks
tags:
- sodium
script:
- root -b -q calorimeters/zdc_neutrons_reader.cxx
#artifact:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment