diff --git a/.github/workflows/tests_eessi_module.yml b/.github/workflows/tests_eessi_module.yml index 65ca858b..84eb0d30 100644 --- a/.github/workflows/tests_eessi_module.yml +++ b/.github/workflows/tests_eessi_module.yml @@ -78,6 +78,7 @@ jobs: - accel/nvidia/cc80 # This should fall back to cc70 but that is checked later (in this step we just check for consistency) - accel/nvidia/cc77 + - accel/amd/gfx90a steps: - name: Check out software-layer repository @@ -165,12 +166,15 @@ jobs: - none - accel/nvidia/cc80 - accel/nvidia/cc77 + - accel/amd/gfx90a include: # For each override we expect a specific path (which may differ from the original due to overrides) - EESSI_ACCELERATOR_TARGET_OVERRIDE: accel/nvidia/cc80 FINAL_ACCELERATOR_TARGET_EXPECTED: accel/nvidia/cc80 - EESSI_ACCELERATOR_TARGET_OVERRIDE: accel/nvidia/cc77 # deliberately chose a non-existent CUDA capability FINAL_ACCELERATOR_TARGET_EXPECTED: accel/nvidia/cc70 # this reverts to the fallback case (which does exist) + - EESSI_ACCELERATOR_TARGET_OVERRIDE: accel/amd/gfx90a + FINAL_ACCELERATOR_TARGET_EXPECTED: accel/adm/gfx90a steps: - name: Check out software-layer repository