Skip to content
Snippets Groups Projects

fixing upstream env vars

Merged Whitney Armstrong requested to merge upstream_env_vars into master
2 files
+ 14
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -9,6 +9,7 @@ sampling_ecal_electrons:
stage: run
script:
- bash benchmarks/sampling_ecal/run_emcal_barrel.sh -n emcal_barrel_electrons -p "electron"
allow_failure: true
sampling_ecal_photons:
image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
@@ -21,6 +22,7 @@ sampling_ecal_photons:
stage: run
script:
- bash benchmarks/sampling_ecal/run_emcal_barrel.sh -n emcal_barrel_photons -p "photon"
allow_failure: true
sampling_ecal_pions:
image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
@@ -33,4 +35,5 @@ sampling_ecal_pions:
stage: run
script:
- bash benchmarks/sampling_ecal/run_emcal_barrel.sh -n emcal_barrel_pions -p "pion-"
allow_failure: true
Loading