From 93a2bce1878d8ba8ceea35b09d10789b38d19adc Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Sat, 17 Apr 2021 00:27:42 -0500 Subject: [PATCH] modified: benchmarks/calorimeters/config.yml --- benchmarks/calorimeters/config.yml | 48 ++++++++++++++---------------- 1 file changed, 23 insertions(+), 25 deletions(-) diff --git a/benchmarks/calorimeters/config.yml b/benchmarks/calorimeters/config.yml index 88007740..b1c720b7 100644 --- a/benchmarks/calorimeters/config.yml +++ b/benchmarks/calorimeters/config.yml @@ -112,30 +112,28 @@ crystal_benchmark: # - results/ #allow_failure: true - #zdc_benchmark: - #stage: benchmarks - #tags: - #- silicon - #needs: - #- ["zdc_simulation"] - #dependencies: - #- zdc_simulation - #script: - #- ls -lrth sim_output - #- root -b -q calorimeters/simple_checking.cxx+ - #allow_failure: true +zdc_benchmark: + stage: benchmarks + tags: + - silicon + needs: + - ["zdc_simulation"] + dependencies: + - zdc_simulation + script: + - ls -lrth sim_output + - root -b -q calorimeters/simple_checking.cxx+ + allow_failure: true - #zdc_benchmark_info_histogram: - #stage: benchmarks - #needs: - #- ["zdc_simulation"] - #tags: - #- silicon - #dependencies: - #- zdc_simulation - #script: - #- cp NPDet/src/detectors/calorimeters/compact/elements.xml calorimeters/ - #- cp NPDet/src/detectors/calorimeters/compact/materials.xml calorimeters/ - #- root -b -q calorimeters/simple_info_plot_histograms.cxx+ - #allow_failure: true +zdc_benchmark_info_histogram: + stage: benchmarks + needs: + - ["zdc_simulation"] + tags: + - silicon + dependencies: + - zdc_simulation + script: + - root -b -q calorimeters/simple_info_plot_histograms.cxx+ + allow_failure: true -- GitLab