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
No related branches found
No related tags found
No related merge requests found
...@@ -7,10 +7,24 @@ default: ...@@ -7,10 +7,24 @@ default:
- datasets/ - datasets/
- data - data
stages: stages:
#- simulate - simulate
- benchmarks - 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: cal_test_1_dummy_test2:
stage: benchmarks stage: benchmarks
tags:
- sodium
script: script:
- bash calorimeters/dummy_test2.sh - bash calorimeters/dummy_test2.sh
#artifact: #artifact:
...@@ -20,6 +34,8 @@ cal_test_1_dummy_test2: ...@@ -20,6 +34,8 @@ cal_test_1_dummy_test2:
cal_test_2_dummy_test: cal_test_2_dummy_test:
stage: benchmarks stage: benchmarks
tags:
- sodium
script: script:
- bash calorimeters/dummy_test.sh - bash calorimeters/dummy_test.sh
#artifact: #artifact:
...@@ -29,6 +45,8 @@ cal_test_2_dummy_test: ...@@ -29,6 +45,8 @@ cal_test_2_dummy_test:
cal_test_3_zdc_neutrons_reader: cal_test_3_zdc_neutrons_reader:
stage: benchmarks stage: benchmarks
tags:
- sodium
script: script:
- root -b -q calorimeters/zdc_neutrons_reader.cxx - root -b -q calorimeters/zdc_neutrons_reader.cxx
#artifact: #artifact:
......
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