From 1a37e7fcf7a97a978ecd4ea28187a37f880641ee Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Sat, 5 Jun 2021 23:54:33 -0500 Subject: [PATCH] Do not allow_failure for jobs. This defeats the purpose of these jobs and the existence of this repo. --- benchmarks/ecal/config.yml | 10 +++++----- benchmarks/imaging_ecal/config.yml | 6 +++--- benchmarks/tracking/config.yml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/benchmarks/ecal/config.yml b/benchmarks/ecal/config.yml index abdacacd..87060f13 100644 --- a/benchmarks/ecal/config.yml +++ b/benchmarks/ecal/config.yml @@ -7,7 +7,7 @@ ecal_1_emcal_crystal_electrons: expire_in: 20 weeks paths: - results/ - allow_failure: true + #allow_failure: true script: - bash benchmarks/ecal/emcal_electrons.sh @@ -20,7 +20,7 @@ ecal_2_emcal_crystal_pi0s: paths: - results/ stage: run - allow_failure: true + #allow_failure: true script: - bash benchmarks/ecal/emcal_pi0s.sh @@ -33,7 +33,7 @@ ecal_3_emcal_barrel_electrons: paths: - results/ stage: run - allow_failure: true + #allow_failure: true script: - bash benchmarks/ecal/run_emcal_barrel_electrons.sh @@ -46,7 +46,7 @@ ecal_4_emcal_barrel_pions: paths: - results/ stage: run - allow_failure: true + #allow_failure: true script: - bash benchmarks/ecal/run_emcal_barrel_pions.sh @@ -60,6 +60,6 @@ full_emcal_barrel_electrons: paths: - results/ stage: run - allow_failure: true + #allow_failure: true script: - bash benchmarks/ecal/full_emcal_electrons.sh diff --git a/benchmarks/imaging_ecal/config.yml b/benchmarks/imaging_ecal/config.yml index 69aba14e..958d0d17 100644 --- a/benchmarks/imaging_ecal/config.yml +++ b/benchmarks/imaging_ecal/config.yml @@ -9,7 +9,7 @@ imaging_ecal_electrons: stage: run script: - bash benchmarks/imaging_ecal/run_emcal_barrel.sh -t emcal_barrel_electrons -p "electron" -n 1000 - allow_failure: true + #allow_failure: true imaging_ecal_photons: image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG @@ -22,7 +22,7 @@ imaging_ecal_photons: stage: run script: - bash benchmarks/imaging_ecal/run_emcal_barrel.sh -t emcal_barrel_photons -p "photon" -n 1000 - allow_failure: true + #allow_failure: true imaging_ecal_pions: image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG @@ -35,5 +35,5 @@ imaging_ecal_pions: stage: run script: - bash benchmarks/imaging_ecal/run_emcal_barrel.sh -t emcal_barrel_pions -p "pion-" -n 1000 - allow_failure: true + #allow_failure: true diff --git a/benchmarks/tracking/config.yml b/benchmarks/tracking/config.yml index 9b440416..52c3df4d 100644 --- a/benchmarks/tracking/config.yml +++ b/benchmarks/tracking/config.yml @@ -4,5 +4,5 @@ tracking_central_electrons: timeout: 24 hours script: - bash benchmarks/tracking/central_electrons.sh - allow_failure: true + #allow_failure: true -- GitLab