Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: jug_xl -> eic_xl #813

Merged
merged 2 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "eic-shell",
"image": "ghcr.io/eic/jug_xl:nightly"
"image": "ghcr.io/eic/eic_xl:nightly"
}
2 changes: 1 addition & 1 deletion .github/workflows/check-geometry-configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- 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"
network_types: "none"
setup: install/bin/thisepic.sh
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-tracking-geometry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- 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"
network_types: "none"
setup: install/bin/thisepic.sh
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/convert-to-gdml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- 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"
network_types: "none"
setup: install/bin/thisepic.sh
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/convert-to-step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- 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"
network_types: "none"
setup: install/bin/thisepic.sh
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/convert-to-tgeo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- 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"
network_types: "none"
setup: install/bin/thisepic.sh
run: |
Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/linux-eic-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ jobs:
- name: Setup CVMFS OSG eic-shell environment
uses: eic/run-cvmfs-osg-eic-shell@main
with:
platform-release: "jug_xl:nightly"
platform-release: "eic_xl:nightly"
run: |
eic-info
- name: Build detector geometry
uses: eic/run-cvmfs-osg-eic-shell@main
with:
platform-release: "jug_xl:nightly"
platform-release: "eic_xl:nightly"
run: |
CC=${{ matrix.CC }} CXX=${{ matrix.CXX }} cmake -B build -S . -DCMAKE_INSTALL_PREFIX=${PREFIX} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
cmake --build build -- -k -j $(getconf _NPROCESSORS_ONLN) install
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
- 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: install/bin/thisepic.sh
run: |
pushd scripts/material_map
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
- 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"
network_types: "none"
setup: install/bin/thisepic.sh
run: |
Expand All @@ -233,7 +233,7 @@ jobs:
- 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"
network_types: "none"
setup: install/bin/thisepic.sh
run: |
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
- 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"
network_types: "bridge" # this job must succeed even when new artifacts
setup: install/bin/thisepic.sh
run: |
Expand All @@ -323,7 +323,7 @@ jobs:
- 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: install/bin/thisepic.sh
run: |
mkdir -p doc
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
- 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"
network_types: "bridge" # this job must succeed even when new artifacts
setup: install/bin/thisepic.sh
run: |
Expand All @@ -379,7 +379,7 @@ jobs:
- 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"
network_types: "bridge" # this job must succeed even when new artifacts
setup: install/bin/thisepic.sh
run: |
Expand Down Expand Up @@ -438,7 +438,7 @@ jobs:
- 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"
network_types: "none"
setup: install/bin/thisepic.sh
run: |
Expand Down Expand Up @@ -467,7 +467,7 @@ jobs:
- 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"
network_types: "none"
run: |
mkdir -p images
Expand Down Expand Up @@ -497,7 +497,7 @@ jobs:
- 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"
network_types: "none"
run: |
mkdir -p images
Expand Down Expand Up @@ -542,7 +542,7 @@ jobs:
- name: Produce simulation files
uses: eic/run-cvmfs-osg-eic-shell@main
with:
platform-release: "jug_xl:nightly"
platform-release: "eic_xl:nightly"
setup: install/bin/thisepic.sh
run: |
npsim --compactFile ${DETECTOR_PATH}/${{ matrix.detector_config }}.xml -G --random.seed 1 --gun.particle "${{ matrix.particle }}-" --gun.momentumMin "1*GeV" --gun.momentumMax "20*GeV" --gun.distribution "uniform" -N 100 --outputFile sim_${{ matrix.particle }}_1GeV_20GeV_${{ matrix.detector_config }}.edm4hep.root -v WARNING
Expand All @@ -563,7 +563,7 @@ jobs:
- name: Compare to previous artifacts
uses: eic/run-cvmfs-osg-eic-shell@main
with:
platform-release: "jug_xl:nightly"
platform-release: "eic_xl:nightly"
setup: install/bin/thisepic.sh
run: |
export PYTHONPATH=$HOME/.local/lib/python3.10/site-packages:$PYTHONPATH
Expand Down Expand Up @@ -601,7 +601,7 @@ jobs:
- name: Produce simulation files
uses: eic/run-cvmfs-osg-eic-shell@main
with:
platform-release: "jug_xl:nightly"
platform-release: "eic_xl:nightly"
setup: install/bin/thisepic.sh
run: |
url=root://dtn-eic.jlab.org//work/eic2/EPIC/EVGEN/DIS/NC/${{matrix.beam}}/minQ2=${{matrix.minq2}}/pythia8NCDIS_${{matrix.beam}}_minQ2=${{matrix.minq2}}_beamEffects_xAngle=-0.025_hiDiv_1.hepmc3.tree.root
Expand Down Expand Up @@ -632,7 +632,7 @@ jobs:
- name: Compare to previous artifacts
uses: eic/run-cvmfs-osg-eic-shell@main
with:
platform-release: "jug_xl:nightly"
platform-release: "eic_xl:nightly"
setup: install/bin/thisepic.sh
run: |
pip install 'pygithub>=2' 'bokeh>=3'
Expand Down
Loading