Skip to content
Snippets Groups Projects

Do not allow_failure for jobs.

Merged Whitney Armstrong requested to merge no_allow_failure into master
3 files
+ 9
9
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -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
Loading