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

modified: config.yml

parent f7acf888
No related branches found
No related tags found
1 merge request!20Restructuring repo
This commit is part of merge request !20. Comments created here will be created in the context of that merge request.
......@@ -47,7 +47,7 @@ cal_bench:emcal_barrel_pions:
needs:
- ["cal_sim:emcal_barrel_pions"]
script:
- root -b -q calorimeters/scripts/emcal_barrel_pions_analysis.cxx+
- root -b -q benchmarks/calorimeters/scripts/emcal_barrel_pions_analysis.cxx+
allow_failure: true
cal_bench:emcal_barrel_electrons:
......@@ -56,7 +56,7 @@ cal_bench:emcal_barrel_electrons:
needs:
- ["cal_sim:emcal_barrel_electrons"]
script:
- root -b -q calorimeters/scripts/emcal_barrel_electrons_analysis.cxx+
- root -b -q benchmarks/calorimeters/scripts/emcal_barrel_electrons_analysis.cxx+
allow_failure: true
cal_bench:crystal_benchmark:
......@@ -65,7 +65,7 @@ cal_bench:crystal_benchmark:
needs:
- ["cal_sim:crystal_emcal"]
script:
- root -b -q calorimeters/simple_checking_crystal.cxx+
- root -b -q benchmarks/calorimeters/simple_checking_crystal.cxx+
allow_failure: true
#cal_test_3_zdc_neutrons_reader:
......@@ -85,7 +85,7 @@ cal_bench:zdc_benchmark:
needs:
- ["cal_sim:zdc"]
script:
- root -b -q calorimeters/simple_checking.cxx+
- root -b -q benchmarks/calorimeters/simple_checking.cxx+
allow_failure: true
cal_bench:zdc_benchmark_info_histogram:
......@@ -94,6 +94,6 @@ cal_bench:zdc_benchmark_info_histogram:
needs:
- ["cal_sim:zdc"]
script:
- root -b -q calorimeters/simple_info_plot_histograms.cxx+
- root -b -q benchmarks/calorimeters/simple_info_plot_histograms.cxx+
allow_failure: true
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