Skip to content

Commit 71b0886

Browse files
committed
[CI] Don't run nightly OCL CPU testing on the AMD runner
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 851a90a commit 71b0886

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,7 @@ jobs:
6767
reset_intel_gpu: true
6868
tests_selector: e2e
6969
extra_lit_opts: --param gpu-intel-gen12=True
70-
71-
- name: OCL CPU (AMD)
72-
runner: '["Linux", "amdgpu"]'
73-
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
74-
image_options: -u 1001
75-
target_devices: opencl:cpu
76-
tests_selector: e2e
77-
70+
7871
- name: OCL CPU (Intel/GEN12)
7972
runner: '["Linux", "gen12"]'
8073
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest

0 commit comments

Comments
 (0)