From b87d7f1603f1681276464ffadcccef6c5fddff3c Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Thu, 28 Oct 2021 14:02:17 +0000 Subject: [PATCH] Remove faulty pion rejection benchmark. --- benchmarks/imaging_ecal/config.yml | 39 +++++++++++++++--------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/benchmarks/imaging_ecal/config.yml b/benchmarks/imaging_ecal/config.yml index 44e321a0..152a518d 100644 --- a/benchmarks/imaging_ecal/config.yml +++ b/benchmarks/imaging_ecal/config.yml @@ -26,23 +26,24 @@ imaging_ecal_pion0: script: - bash benchmarks/imaging_ecal/run_imcal_pion0.sh -t imcal_barrel_pion0 -p "pion0" -n 100 -imaging_ecal_pion_rejection: - extends: .rec_benchmark - timeout: 48 hours - stage: run - script: - - compile_analyses.py imaging_ecal - - bash benchmarks/imaging_ecal/run_emcal_barrel_pion_rej.sh -t emcal_barrel_pion_rej_electron -p "electron" -n 100 - - bash benchmarks/imaging_ecal/run_emcal_barrel_pion_rej.sh -t emcal_barrel_pion_rej_piminus -p "pion-" -n 100 +## SJJ removed as these are causing the CI to fail +#imaging_ecal_pion_rejection: +# extends: .rec_benchmark +# timeout: 48 hours +# stage: run +# script: +# - compile_analyses.py imaging_ecal +# - bash benchmarks/imaging_ecal/run_emcal_barrel_pion_rej.sh -t emcal_barrel_pion_rej_electron -p "electron" -n 100 +# - bash benchmarks/imaging_ecal/run_emcal_barrel_pion_rej.sh -t emcal_barrel_pion_rej_piminus -p "pion-" -n 100 -imaging_ecal_pion_rejection:bench: - extends: .rec_benchmark - timeout: 1 hours - stage: benchmarks2 - needs: - - ["imaging_ecal_pion_rejection"] - script: - - ls -lhtR - - compile_analyses.py imaging_ecal - - root -b -q benchmarks/imaging_ecal/analysis/emcal_barrel_pion_rejection_analysis.cxx+ - #- bash run_pion_rej_analysis.sh +#imaging_ecal_pion_rejection:bench: +# extends: .rec_benchmark +# timeout: 1 hours +# stage: benchmarks2 +# needs: +# - ["imaging_ecal_pion_rejection"] +# script: +# - ls -lhtR +# - compile_analyses.py imaging_ecal +# - root -b -q benchmarks/imaging_ecal/analysis/emcal_barrel_pion_rejection_analysis.cxx+ +# #- bash run_pion_rej_analysis.sh -- GitLab