Skip to content

Commit 3f5393f

Browse files
committed
don't run CI workflows for EESSI 2025.06 just yet, since scripts have not been deployed yet for that version
1 parent 7c1b204 commit 3f5393f

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

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

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

.github/workflows/tests_archdetect_nvidia_gpu.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- cc01 # non-existing GPU
2020
EESSI_VERSION:
2121
- '2023.06'
22-
- '2025.06'
2322
fail-fast: false
2423
steps:
2524
- name: checkout

.github/workflows/tests_eessi_module.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
matrix:
1515
EESSI_VERSION:
1616
- '2023.06'
17-
- '2025.06'
1817
steps:
1918
- name: Check out software-layer repository
2019
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -70,7 +69,6 @@ jobs:
7069
matrix:
7170
EESSI_VERSION:
7271
- '2023.06'
73-
- '2025.06'
7472
EESSI_SOFTWARE_SUBDIR_OVERRIDE:
7573
- x86_64/amd/zen3
7674
- x86_64/amd/zen4
@@ -148,7 +146,6 @@ jobs:
148146
matrix:
149147
EESSI_VERSION:
150148
- '2023.06'
151-
- '2025.06'
152149
EESSI_SOFTWARE_SUBDIR_OVERRIDE:
153150
- none
154151
- x86_64/amd/zen2

.github/workflows/tests_init_module.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
matrix:
1616
EESSI_VERSION:
1717
- '2023.06'
18-
- '2025.06'
1918
EESSI_SOFTWARE_SUBDIR_OVERRIDE:
2019
- x86_64/intel/haswell
2120
steps:

0 commit comments

Comments
 (0)