@@ -58,52 +58,45 @@ jobs:
5858 include :
5959 - name : AMD/HIP
6060 runner : ' ["Linux", "amdgpu"]'
61- image : ghcr.io/intel/llvm/ubuntu2404_build:latest
6261 image_options : -u 1001 --device=/dev/dri --device=/dev/kfd
6362 target_devices : hip:gpu
6463 tests_selector : e2e
6564
6665 - name : Intel L0 GPU
6766 runner : ' ["Linux", "gen12"]'
68- image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest
6967 image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
7068 target_devices : level_zero:gpu
7169 reset_intel_gpu : true
7270 tests_selector : e2e
7371
7472 - name : Intel OCL GPU
7573 runner : ' ["Linux", "gen12"]'
76- image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest
7774 image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
7875 target_devices : opencl:gpu
7976 reset_intel_gpu : true
8077 tests_selector : e2e
8178
8279 - name : OCL CPU (AMD)
8380 runner : ' ["Linux", "amdgpu"]'
84- image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest
8581 image_options : -u 1001
8682 target_devices : opencl:cpu
8783 tests_selector : e2e
8884
8985 - name : OCL CPU (Intel/GEN12)
9086 runner : ' ["Linux", "gen12"]'
91- image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest
9287 image_options : -u 1001 --privileged --cap-add SYS_ADMIN
9388 target_devices : opencl:cpu
9489 tests_selector : e2e
9590
9691 - name : OCL CPU (Intel/Arc)
9792 runner : ' ["Linux", "arc"]'
98- image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest
9993 image_options : -u 1001
10094 target_devices : opencl:cpu
10195 tests_selector : e2e
10296 uses : ./.github/workflows/sycl-linux-run-tests.yml
10397 with :
10498 name : ${{ matrix.name }}
10599 runner : ${{ matrix.runner }}
106- image : ${{ matrix.image }}
107100 image_options : ${{ matrix.image_options }}
108101 target_devices : ${{ matrix.target_devices }}
109102 tests_selector : ${{ matrix.tests_selector }}
@@ -123,7 +116,6 @@ jobs:
123116 runner : ' ["Linux", "pvc"]'
124117 target_devices : level_zero:gpu
125118 extra_lit_opts : -j 50
126- image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest
127119 image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
128120 ref : ${{ github.sha }}
129121 sycl_toolchain_artifact : sycl_linux_oneapi
@@ -167,7 +159,6 @@ jobs:
167159 with :
168160 name : CUDA E2E
169161 runner : ' ["aws_cuda-${{ github.run_id }}-${{ github.run_attempt }}"]'
170- image : ghcr.io/intel/llvm/ubuntu2204_build:latest
171162 image_options : -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1
172163 target_devices : cuda:gpu
173164 ref : ${{ github.sha }}
@@ -192,7 +183,6 @@ jobs:
192183 name : Build SYCL-CTS
193184 runner : ' ["Linux", "build"]'
194185 cts_testing_mode : ' build-only'
195- image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest
196186 image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
197187 tests_selector : cts
198188 ref : ${{ github.sha }}
@@ -209,21 +199,18 @@ jobs:
209199 include :
210200 - name : SYCL-CTS on OCL CPU
211201 runner : ' ["Linux", "gen12"]'
212- image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest
213202 image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
214203 target_devices : opencl:cpu
215204
216205 - name : SYCL-CTS on L0 gen12
217206 runner : ' ["Linux", "gen12"]'
218- image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest
219207 image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
220208 target_devices : level_zero:gpu
221209 uses : ./.github/workflows/sycl-linux-run-tests.yml
222210 with :
223211 name : ${{ matrix.name }}
224212 runner : ${{ matrix.runner }}
225213 cts_testing_mode : ' run-only'
226- image : ${{ matrix.image }}
227214 image_options : ${{ matrix.image_options }}
228215 target_devices : ${{ matrix.target_devices }}
229216 tests_selector : cts
0 commit comments