Skip to content

Commit 2240702

Browse files
committed
fix CI workflow for archdetect GPU by replacing s/__EESSI_VERSION_DEFAULT__/ placeholder in init/eessi_defaults
1 parent caa273a commit 2240702

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/tests_archdetect_nvidia_gpu.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- 2xa100 # cc80, supported with (atleast) zen2 CPU
1818
- 4xa100 # cc80, supported with (atleast) zen2 CPU
1919
- cc01 # non-existing GPU
20+
EESSI_VERSION:
21+
- '2023.06'
22+
- '2025.06'
2023
fail-fast: false
2124
steps:
2225
- name: checkout
@@ -31,6 +34,10 @@ jobs:
3134
cvmfs_http_proxy: DIRECT
3235
cvmfs_repositories: software.eessi.io
3336

37+
- name: Fix EESSI version in init scripts
38+
run: |
39+
sed -i "s/__EESSI_VERSION_DEFAULT__/${{matrix.EESSI_VERSION}}/g" init/eessi_defaults
40+
3441
- name: test accelerator detection
3542
run: |
3643
export EESSI_SOFTWARE_SUBDIR_OVERRIDE='x86_64/amd/zen2'

0 commit comments

Comments
 (0)