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

Do not allow_failure for jobs.

This defeats the purpose of these jobs and the existence of this repo.
parent c8d54940
Branches
No related tags found
1 merge request!90Do not allow_failure for jobs.
......@@ -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
......@@ -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
......@@ -4,5 +4,5 @@ tracking_central_electrons:
timeout: 24 hours
script:
- bash benchmarks/tracking/central_electrons.sh
allow_failure: true
#allow_failure: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment