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

Updated validation image tag to rest-for-physics #59

Merged
merged 1 commit into from
Jun 21, 2022
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
28 changes: 14 additions & 14 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Build and run tests
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
steps:
- name: Checkout framework
run: |
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
name: Install framework with restG4
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
steps:
- name: Print version of dependencies for image
run: version.sh
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
name: Check framework and restG4 are accessible
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ framework-install ]
steps:
- name: Restore cache
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
name: Install restG4 as a standalone application using the installed framework
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ framework-install, check-installation ]
steps:
- uses: actions/checkout@v3
Expand All @@ -144,7 +144,7 @@ jobs:
name: "Example 01: NLDBD"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ check-installation ]
steps:
- uses: actions/checkout@v3
Expand All @@ -165,7 +165,7 @@ jobs:
name: "Example 03: Fluorescence"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ check-installation, restG4-examples-01 ]
steps:
- uses: actions/checkout@v3
Expand All @@ -187,7 +187,7 @@ jobs:
name: "Example 04: Cosmic Muons"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ check-installation ]
steps:
- uses: actions/checkout@v3
Expand All @@ -212,7 +212,7 @@ jobs:
name: "Example 05: PandaX-III"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ check-installation, restG4-examples-01 ]
steps:
- uses: actions/checkout@v3
Expand All @@ -233,7 +233,7 @@ jobs:
name: "Example 06: Ion recoils"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ check-installation, restG4-examples-01 ]
steps:
- uses: actions/checkout@v3
Expand All @@ -254,7 +254,7 @@ jobs:
name: "Example 07: Decay"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ check-installation, restG4-examples-01 ]
steps:
- uses: actions/checkout@v3
Expand All @@ -280,7 +280,7 @@ jobs:
name: "Example 08: Alphas"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ check-installation ]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
name: "Example 09: Shielding"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ check-installation, restG4-examples-01 ]
steps:
- uses: actions/checkout@v3
Expand All @@ -335,7 +335,7 @@ jobs:
name: "Example 10: Geometries"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ check-installation, restG4-examples-01 ]
steps:
- uses: actions/checkout@v3
Expand All @@ -356,7 +356,7 @@ jobs:
name: "Example 11: X-Rays"
runs-on: ubuntu-latest
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
needs: [ check-installation, restG4-examples-01 ]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics-dev
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics

stages:
- Build
Expand Down