Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
fix: jug_xl -> eic_xl; cvmfs-contrib/github-action-cvmfs@v4; actions/…
Browse files Browse the repository at this point in the history
…checkout@v4
  • Loading branch information
wdconinc authored Nov 30, 2024
1 parent 2998e77 commit 399bbde
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cvmfs-contrib/github-action-cvmfs@v3
- uses: actions/checkout@v4
- uses: cvmfs-contrib/github-action-cvmfs@v4
- uses: eic/run-cvmfs-osg-eic-shell@main
with:
platform-release: "jug_xl:nightly"
platform-release: "eic_xl:nightly"
setup: /opt/detector/epic-main/bin/thisepic.sh
run: |
test "$(scripts/generate.sh)" = "e-_1GeV_45to135deg.steer"
Expand All @@ -35,11 +35,11 @@ jobs:
needs: generate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cvmfs-contrib/github-action-cvmfs@v3
- uses: actions/checkout@v4
- uses: cvmfs-contrib/github-action-cvmfs@v4
- uses: eic/run-cvmfs-osg-eic-shell@main
with:
platform-release: "jug_xl:nightly"
platform-release: "eic_xl:nightly"
setup: /opt/detector/epic-main/bin/thisepic.sh
run: |
scripts/run.sh EVGEN/SINGLE/e-/1GeV/45to135deg/e-_1GeV_45to135deg.steer 100
Expand All @@ -48,11 +48,11 @@ jobs:
needs: generate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cvmfs-contrib/github-action-cvmfs@v3
- uses: actions/checkout@v4
- uses: cvmfs-contrib/github-action-cvmfs@v4
- uses: eic/run-cvmfs-osg-eic-shell@main
with:
platform-release: "jug_xl:nightly"
platform-release: "eic_xl:nightly"
setup: /opt/detector/epic-main/bin/thisepic.sh
run: |
scripts/run.sh EVGEN/SINGLE/pi+/1GeV/3to50deg/pi+_1GeV_3to50deg.steer 100 0001
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:latest
image: eicweb.phy.anl.gov:4567/containers/eic_container/eic_xl:nightly

stages:
- config
Expand All @@ -20,7 +20,7 @@ generate:
matrix:
- TAG:
- "nightly"
image: eicweb.phy.anl.gov:4567/containers/eic_container/jug_xl:${TAG}
image: eicweb.phy.anl.gov:4567/containers/eic_container/eic_xl:${TAG}

run_electron_1GeV_45to135deg:
extends: .test
Expand Down

0 comments on commit 399bbde

Please sign in to comment.