From 1b93898b23ee456aa1580160c86d395c9e091aac Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Mon, 20 Jul 2020 23:04:49 -0500 Subject: [PATCH] modified: calorimeters/calorimeters_config.yml --- calorimeters/calorimeters_config.yml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/calorimeters/calorimeters_config.yml b/calorimeters/calorimeters_config.yml index 1f644d9d..06f2cd9e 100644 --- a/calorimeters/calorimeters_config.yml +++ b/calorimeters/calorimeters_config.yml @@ -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: -- GitLab