Skip to content

Commit ea735cf

Browse files
committed
add 2025.06
1 parent 8cda179 commit ea735cf

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

.github/workflows/test-eb-hooks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
matrix:
1414
EESSI_VERSION:
1515
- '2023.06'
16+
- '2025.06'
1617
steps:
1718
- name: Check out software-layer repository
1819
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

.github/workflows/tests_archdetect_nvidia_gpu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- cc01 # non-existing GPU
2020
EESSI_VERSION:
2121
- '2023.06'
22+
- '2025.06'
2223
fail-fast: false
2324
steps:
2425
- name: checkout

.github/workflows/tests_eessi_extend_module.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414
matrix:
1515
EESSI_VERSION:
1616
- '2023.06'
17+
- '2025.06'
1718
steps:
1819
- name: Check out software-layer repository
1920
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
20-
21+
2122
- name: Mount EESSI CernVM-FS repository
2223
uses: eessi/github-action-eessi@v3
2324
with:

.github/workflows/tests_eessi_module.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414
matrix:
1515
EESSI_VERSION:
1616
- '2023.06'
17+
- '2025.06'
1718
steps:
1819
- name: Check out software-layer repository
1920
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
20-
21+
2122
- name: Mount EESSI CernVM-FS pilot repository
2223
uses: cvmfs-contrib/github-action-cvmfs@55899ca74cf78ab874bdf47f5a804e47c198743c # v4.0
2324
with:
@@ -69,6 +70,7 @@ jobs:
6970
matrix:
7071
EESSI_VERSION:
7172
- '2023.06'
73+
- '2025.06'
7274
EESSI_SOFTWARE_SUBDIR_OVERRIDE:
7375
- x86_64/amd/zen3
7476
- x86_64/amd/zen4
@@ -80,7 +82,7 @@ jobs:
8082
steps:
8183
- name: Check out software-layer repository
8284
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
83-
85+
8486
- name: Mount EESSI CernVM-FS pilot repository
8587
uses: cvmfs-contrib/github-action-cvmfs@55899ca74cf78ab874bdf47f5a804e47c198743c # v4.0
8688
with:
@@ -141,9 +143,9 @@ jobs:
141143
echo ""
142144
if (diff "${moduleoutfile}" "${sourceoutfile}" > /dev/null); then
143145
echo "Test for checking env variables PASSED"
144-
else
146+
else
145147
echo "Test for checking env variables FAILED" >&2
146-
diff --unified=0 "${moduleoutfile}" "${sourceoutfile}"
148+
diff --unified=0 "${moduleoutfile}" "${sourceoutfile}"
147149
exit 1
148150
fi
149151
@@ -154,6 +156,7 @@ jobs:
154156
matrix:
155157
EESSI_VERSION:
156158
- '2023.06'
159+
- '2025.06'
157160
EESSI_SOFTWARE_SUBDIR_OVERRIDE:
158161
- none
159162
- x86_64/amd/zen2

.github/workflows/tests_init_module.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
matrix:
1616
EESSI_VERSION:
1717
- '2023.06'
18+
- '2025.06'
1819
EESSI_SOFTWARE_SUBDIR_OVERRIDE:
1920
- x86_64/intel/haswell
2021
steps:
@@ -33,7 +34,7 @@ jobs:
3334
for shell in $(ls init/lmod); do
3435
sed -i "s/__EESSI_VERSION_DEFAULT__/${{matrix.EESSI_VERSION}}/g" init/lmod/${shell}
3536
done
36-
37+
3738
- name: Clone assert.sh script
3839
run: git clone https://github.com/lehmannro/assert.sh.git
3940

.github/workflows/tests_scripts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
matrix:
3535
EESSI_VERSION:
3636
- '2023.06'
37+
- '2025.06'
3738
steps:
3839
- name: checkout
3940
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

0 commit comments

Comments
 (0)