Skip to content

Commit 9316878

Browse files
author
Caspar van Leeuwen
committed
Revert changes, since the necessary prerequisites aren't in place yet for this to pass (e.g. the accelerator dir doesnt exist yet in CVMFS)
1 parent 6731c23 commit 9316878

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/tests_eessi_module.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
- accel/nvidia/cc80
7979
# This should fall back to cc70 but that is checked later (in this step we just check for consistency)
8080
- accel/nvidia/cc77
81-
- accel/amd/gfx90a
8281

8382
steps:
8483
- name: Check out software-layer repository
@@ -166,15 +165,12 @@ jobs:
166165
- none
167166
- accel/nvidia/cc80
168167
- accel/nvidia/cc77
169-
- accel/amd/gfx90a
170168
include:
171169
# For each override we expect a specific path (which may differ from the original due to overrides)
172170
- EESSI_ACCELERATOR_TARGET_OVERRIDE: accel/nvidia/cc80
173171
FINAL_ACCELERATOR_TARGET_EXPECTED: accel/nvidia/cc80
174172
- EESSI_ACCELERATOR_TARGET_OVERRIDE: accel/nvidia/cc77 # deliberately chose a non-existent CUDA capability
175173
FINAL_ACCELERATOR_TARGET_EXPECTED: accel/nvidia/cc70 # this reverts to the fallback case (which does exist)
176-
- EESSI_ACCELERATOR_TARGET_OVERRIDE: accel/amd/gfx90a
177-
FINAL_ACCELERATOR_TARGET_EXPECTED: accel/amd/gfx90a
178174

179175
steps:
180176
- name: Check out software-layer repository

0 commit comments

Comments
 (0)