File tree Expand file tree Collapse file tree 6 files changed +14
-6
lines changed
Expand file tree Collapse file tree 6 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1919 - cc01 # non-existing GPU
2020 EESSI_VERSION :
2121 - ' 2023.06'
22+ - ' 2025.06'
2223 fail-fast : false
2324 steps :
2425 - name : checkout
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
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
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
Original file line number Diff line number Diff line change 1515 matrix :
1616 EESSI_VERSION :
1717 - ' 2023.06'
18+ - ' 2025.06'
1819 EESSI_SOFTWARE_SUBDIR_OVERRIDE :
1920 - x86_64/intel/haswell
2021 steps :
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
Original file line number Diff line number Diff line change 3434 matrix :
3535 EESSI_VERSION :
3636 - ' 2023.06'
37+ - ' 2025.06'
3738 steps :
3839 - name : checkout
3940 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
You can’t perform that action at this time.
0 commit comments