Skip to content

Commit f845fef

Browse files
committed
disable 2025.06 CI checks that are failing due to absence of accel dirs
1 parent a3f2c7c commit f845fef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests_archdetect_nvidia_gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- cc01 # non-existing GPU
2020
EESSI_VERSION:
2121
- '2023.06'
22-
- '2025.06'
22+
#- '2025.06'
2323
fail-fast: false
2424
steps:
2525
- name: checkout

.github/workflows/tests_eessi_extend_module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
EESSI_VERSION:
1616
- '2023.06'
17-
- '2025.06'
17+
#- '2025.06'
1818
steps:
1919
- name: Check out software-layer repository
2020
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

.github/workflows/tests_eessi_module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
matrix:
157157
EESSI_VERSION:
158158
- '2023.06'
159-
- '2025.06'
159+
#- '2025.06'
160160
EESSI_SOFTWARE_SUBDIR_OVERRIDE:
161161
- none
162162
- x86_64/amd/zen2

0 commit comments

Comments
 (0)