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

Now use $JUGGLER_TAG

parent 982bac53
No related branches found
No related tags found
1 merge request!49Now use $JUGGLER_TAG
image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:latest image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
default: default:
tags: tags:
......
...@@ -77,7 +77,7 @@ do ...@@ -77,7 +77,7 @@ do
ifile=$((ifile+1)) ifile=$((ifile+1))
cat <<EOF cat <<EOF
${CI_JOB_PREFIX}${ifile}_${filename_noext}: ${CI_JOB_PREFIX}${ifile}_${filename_noext}:
image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:latest image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:\$JUGGLER_TAG
tags: tags:
- ${CI_TAG} - ${CI_TAG}
stage: benchmarks stage: benchmarks
...@@ -95,7 +95,7 @@ do ...@@ -95,7 +95,7 @@ do
ifile=$((ifile+1)) ifile=$((ifile+1))
cat <<EOF cat <<EOF
${CI_JOB_PREFIX}${ifile}_${filename_noext}: ${CI_JOB_PREFIX}${ifile}_${filename_noext}:
image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:latest image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:\$JUGGLER_TAG
tags: tags:
- ${CI_TAG} - ${CI_TAG}
stage: benchmarks stage: benchmarks
......
clustering_barrel_electrons: clustering_barrel_electrons:
image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:latest image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
tags: tags:
- silicon - silicon
needs: ["configure"] needs: ["configure"]
......
ecal_1_emcal_electrons: ecal_1_emcal_electrons:
image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:latest image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
tags: tags:
- silicon - silicon
needs: ["configure"] needs: ["configure"]
...@@ -13,7 +13,7 @@ ecal_1_emcal_electrons: ...@@ -13,7 +13,7 @@ ecal_1_emcal_electrons:
- bash ecal/emcal_electrons.sh - bash ecal/emcal_electrons.sh
ecal_1_emcal_pi0s: ecal_1_emcal_pi0s:
image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:latest image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
tags: tags:
- silicon - silicon
needs: ["configure"] needs: ["configure"]
......
rich_job_x: rich_job_x:
image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:latest image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
tags: tags:
- silicon - silicon
needs: ["configure"] needs: ["configure"]
......
tracking_central_electrons: tracking_central_electrons:
image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:latest image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
tags: tags:
- silicon - silicon
needs: ["configure"] needs: ["configure"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment