We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa273a commit 2240702Copy full SHA for 2240702
1 file changed
.github/workflows/tests_archdetect_nvidia_gpu.yml
@@ -17,6 +17,9 @@ jobs:
17
- 2xa100 # cc80, supported with (atleast) zen2 CPU
18
- 4xa100 # cc80, supported with (atleast) zen2 CPU
19
- cc01 # non-existing GPU
20
+ EESSI_VERSION:
21
+ - '2023.06'
22
+ - '2025.06'
23
fail-fast: false
24
steps:
25
- name: checkout
@@ -31,6 +34,10 @@ jobs:
31
34
cvmfs_http_proxy: DIRECT
32
35
cvmfs_repositories: software.eessi.io
33
36
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
+
41
- name: test accelerator detection
42
run: |
43
export EESSI_SOFTWARE_SUBDIR_OVERRIDE='x86_64/amd/zen2'
0 commit comments