Skip to content

Commit cd079b6

Browse files
[CI] Don't use "target_devices: all" in linux_matrix_e2e_on_nightly.yml (#10100)
Two reasons: 1) Not reliable, easy to skip testing without noticing. 2) That accidentally enabled "opencl:acc" that we don't run anywhere else and its state isn't green, resulting in "false" failures reported by CI.
1 parent cedb1ba commit cd079b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux_matrix_e2e_on_nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
image: ghcr.io/intel/llvm/sycl_ubuntu2204_nightly:build
2525
extra_cmake_args: -DHIP_PLATFORM="AMD" -DAMD_ARCH="gfx1031"
2626
extra_image_opts: --device=/dev/kfd
27-
target_devices: all
27+
target_devices: ext_oneapi_hip:gpu
2828
reset_gpu: false
2929

3030
- name: Intel
3131
runner: '["Linux", "gen9"]'
3232
image: ghcr.io/intel/llvm/sycl_ubuntu2204_nightly:latest
3333
extra_cmake_args:
3434
extra_image_opts: -u 1001
35-
target_devices: all
35+
target_devices: ext_oneapi_level_zero:gpu;opencl:gpu;opencl:cpu
3636
reset_gpu: true
3737

3838
- name: ESIMD Emu

0 commit comments

Comments
 (0)