Skip to content

Commit a2a243f

Browse files
committed
add ipglasma to build test, use docker base v1.10
1 parent 8f6d3a1 commit a2a243f

9 files changed

+32
-9
lines changed

.github/workflows/smash_test_completes.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66
- main
77
- XSCAPE-1.1.5-RC
88
- cpp17_cmake_syntax
9+
- ipglasma
910

1011
push:
1112
branches:
1213
- main
1314
- XSCAPE-1.1.5-RC
1415
- cpp17_cmake_syntax
16+
- ipglasma
1517

1618
env:
1719
REPO_NAME: ${{ github.event.repository.name }}
@@ -22,7 +24,7 @@ jobs:
2224
runs-on: ubuntu-latest
2325

2426
container:
25-
image: jetscape/base:stable
27+
image: jetscape/base:v1.10
2628
options: --user root
2729

2830
steps:

.github/workflows/test-build-external.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66
- main
77
- XSCAPE-1.1.5-RC
88
- cpp17_cmake_syntax
9+
- ipglasma
910

1011
push:
1112
branches:
1213
- main
1314
- XSCAPE-1.1.5-RC
1415
- cpp17_cmake_syntax
16+
- ipglasma
1517

1618
env:
1719
REPO_NAME: ${{ github.event.repository.name }}
@@ -22,7 +24,7 @@ jobs:
2224
runs-on: ubuntu-latest
2325

2426
container:
25-
image: jetscape/base:stable
27+
image: jetscape/base:v1.10
2628
options: --user root
2729

2830
steps:
@@ -47,6 +49,11 @@ jobs:
4749
cd ${GITHUB_WORKSPACE}/${REPO_NAME}/external_packages
4850
./get_freestream-milne.sh
4951
52+
- name: Download IPGLASMA
53+
run: |
54+
cd ${GITHUB_WORKSPACE}/${REPO_NAME}/external_packages
55+
./get_ipglasma.sh
56+
5057
- name: Download SMASH
5158
run: |
5259
cd ${GITHUB_WORKSPACE}/${REPO_NAME}/external_packages
@@ -63,5 +70,5 @@ jobs:
6370
mkdir build
6471
cd build
6572
export SMASH_DIR="${GITHUB_WORKSPACE}/${REPO_NAME}/external_packages/smash/smash_code"
66-
cmake .. -DUSE_3DGlauber=ON -DUSE_MUSIC=ON -DUSE_ISS=ON -DUSE_FREESTREAM=ON -DUSE_SMASH=ON
73+
cmake .. -DUSE_3DGlauber=ON -DUSE_MUSIC=ON -DUSE_ISS=ON -DUSE_FREESTREAM=ON -DUSE_SMASH=ON -DUSE_IPGlasma=ON
6774
make -j2

.github/workflows/test-build-macos-native.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66
- main
77
- XSCAPE-1.1.5-RC
88
- cpp17_cmake_syntax
9+
- ipglasma
910

1011
push:
1112
branches:
1213
- main
1314
- XSCAPE-1.1.5-RC
1415
- cpp17_cmake_syntax
16+
- ipglasma
1517

1618
env:
1719
REPO_NAME: ${{ github.event.repository.name }}

.github/workflows/test-events-PbPb.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66
- main
77
- XSCAPE-1.1.5-RC
88
- cpp17_cmake_syntax
9+
- ipglasma
910

1011
push:
1112
branches:
1213
- main
1314
- XSCAPE-1.1.5-RC
1415
- cpp17_cmake_syntax
16+
- ipglasma
1517

1618
env:
1719
REPO_NAME: ${{ github.event.repository.name }}
@@ -22,7 +24,7 @@ jobs:
2224
runs-on: ubuntu-latest
2325

2426
container:
25-
image: jetscape/base:stable
27+
image: jetscape/base:v1.10
2628
options: --user root
2729

2830
steps:

.github/workflows/test-events-Pythia-Isr-Dat.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ on:
88
- main
99
- XSCAPE-1.1.5-RC
1010
- cpp17_cmake_syntax
11+
- ipglasma
1112

1213
push:
1314
branches:
1415
- main
1516
- XSCAPE-1.1.5-RC
1617
- cpp17_cmake_syntax
18+
- ipglasma
1719

1820
env:
1921
REPO_NAME: ${{ github.event.repository.name }}
@@ -24,7 +26,7 @@ jobs:
2426
runs-on: ubuntu-latest
2527

2628
container:
27-
image: jetscape/base:stable
29+
image: jetscape/base:v1.10
2830
options: --user root
2931

3032
steps:

.github/workflows/test-events-Pythia-Isr-Hadron.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66
- main
77
- XSCAPE-1.1.5-RC
88
- cpp17_cmake_syntax
9+
- ipglasma
910

1011
push:
1112
branches:
1213
- main
1314
- XSCAPE-1.1.5-RC
1415
- cpp17_cmake_syntax
16+
- ipglasma
1517

1618
env:
1719
REPO_NAME: ${{ github.event.repository.name }}
@@ -22,7 +24,7 @@ jobs:
2224
runs-on: ubuntu-latest
2325

2426
container:
25-
image: jetscape/base:stable
27+
image: jetscape/base:v1.10
2628
options: --user root
2729

2830
steps:

.github/workflows/test-events-Pythia-Isr-Parton.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66
- main
77
- XSCAPE-1.1.5-RC
88
- cpp17_cmake_syntax
9+
- ipglasma
910

1011
push:
1112
branches:
1213
- main
1314
- XSCAPE-1.1.5-RC
1415
- cpp17_cmake_syntax
16+
- ipglasma
1517

1618
env:
1719
REPO_NAME: ${{ github.event.repository.name }}
@@ -22,7 +24,7 @@ jobs:
2224
runs-on: ubuntu-latest
2325

2426
container:
25-
image: jetscape/base:stable
27+
image: jetscape/base:v1.10
2628
options: --user root
2729

2830
steps:

.github/workflows/test-events-brick.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ on:
77
- XSCAPE-1.1.5-RC
88
- cpp17_cmake_syntax
99
- brick_matter_lbt
10+
- ipglasma
1011

1112
push:
1213
branches:
1314
- main
1415
- XSCAPE-1.1.5-RC
1516
- cpp17_cmake_syntax
1617
- brick_matter_lbt
18+
- ipglasma
1719

1820
env:
1921
REPO_NAME: ${{ github.event.repository.name }}
@@ -24,7 +26,7 @@ jobs:
2426
runs-on: ubuntu-latest
2527

2628
container:
27-
image: jetscape/base:stable
29+
image: jetscape/base:v1.10
2830
options: --user root
2931

3032
steps:

.github/workflows/test-events-pp.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66
- main
77
- XSCAPE-1.1.5-RC
88
- cpp17_cmake_syntax
9+
- ipglasma
910

1011
push:
1112
branches:
1213
- main
1314
- XSCAPE-1.1.5-RC
1415
- cpp17_cmake_syntax
16+
- ipglasma
1517

1618
env:
1719
REPO_NAME: ${{ github.event.repository.name }}
@@ -22,7 +24,7 @@ jobs:
2224
runs-on: ubuntu-latest
2325

2426
container:
25-
image: jetscape/base:stable
27+
image: jetscape/base:v1.10
2628
options: --user root
2729

2830
steps:

0 commit comments

Comments
 (0)