Skip to content
Snippets Groups Projects
Commit b87d7f16 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Remove faulty pion rejection benchmark.

parent 444b31f9
Branches
No related tags found
1 merge request!228Remove faulty pion rejection benchmark.
...@@ -26,23 +26,24 @@ imaging_ecal_pion0: ...@@ -26,23 +26,24 @@ imaging_ecal_pion0:
script: script:
- bash benchmarks/imaging_ecal/run_imcal_pion0.sh -t imcal_barrel_pion0 -p "pion0" -n 100 - bash benchmarks/imaging_ecal/run_imcal_pion0.sh -t imcal_barrel_pion0 -p "pion0" -n 100
imaging_ecal_pion_rejection: ## SJJ removed as these are causing the CI to fail
extends: .rec_benchmark #imaging_ecal_pion_rejection:
timeout: 48 hours # extends: .rec_benchmark
stage: run # timeout: 48 hours
script: # stage: run
- compile_analyses.py imaging_ecal # script:
- bash benchmarks/imaging_ecal/run_emcal_barrel_pion_rej.sh -t emcal_barrel_pion_rej_electron -p "electron" -n 100 # - compile_analyses.py imaging_ecal
- bash benchmarks/imaging_ecal/run_emcal_barrel_pion_rej.sh -t emcal_barrel_pion_rej_piminus -p "pion-" -n 100 # - 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: #imaging_ecal_pion_rejection:bench:
extends: .rec_benchmark # extends: .rec_benchmark
timeout: 1 hours # timeout: 1 hours
stage: benchmarks2 # stage: benchmarks2
needs: # needs:
- ["imaging_ecal_pion_rejection"] # - ["imaging_ecal_pion_rejection"]
script: # script:
- ls -lhtR # - ls -lhtR
- compile_analyses.py imaging_ecal # - compile_analyses.py imaging_ecal
- root -b -q benchmarks/imaging_ecal/analysis/emcal_barrel_pion_rejection_analysis.cxx+ # - root -b -q benchmarks/imaging_ecal/analysis/emcal_barrel_pion_rejection_analysis.cxx+
#- bash run_pion_rej_analysis.sh # #- bash run_pion_rej_analysis.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment