@@ -68,12 +68,13 @@ jobs:
6868 tests_selector : e2e
6969 extra_lit_opts : --param gpu-intel-gen12=True
7070
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
71+ # These CPU configurations repeat each other
72+ # - name: OCL CPU (AMD)
73+ # runner: '["Linux", "amdgpu"]'
74+ # image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
75+ # image_options: -u 1001
76+ # target_devices: opencl:cpu
77+ # tests_selector: e2e
7778
7879 - name : OCL CPU (Intel/GEN12)
7980 runner : ' ["Linux", "gen12"]'
@@ -82,12 +83,13 @@ jobs:
8283 target_devices : opencl:cpu
8384 tests_selector : e2e
8485
85- - name : OCL CPU (Intel/Arc)
86- runner : ' ["Linux", "arc"]'
87- image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
88- image_options : -u 1001
89- target_devices : opencl:cpu
90- tests_selector : e2e
86+ # These CPU configurations repeat each other
87+ # - name: OCL CPU (Intel/Arc)
88+ # runner: '["Linux", "arc"]'
89+ # image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
90+ # image_options: -u 1001
91+ # target_devices: opencl:cpu
92+ # tests_selector: e2e
9193
9294 - name : SYCL-CTS on OCL CPU
9395 runner : ' ["Linux", "gen12"]'
0 commit comments