File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
sycl/test-e2e/bindless_images/vulkan_interop Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ jobs:
168168 with :
169169 name : ${{ matrix.name }}
170170 runner : ${{ matrix.runner }}
171- image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-57a456ab30d222aa7794e89496b029f8c8bd4ddb
171+ image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-111f18b3477aef0c4c30cd61f06058912171c127
172172 image_options : ${{ matrix.image_options || '-u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN' }}
173173 target_devices : ${{ matrix.target_devices }}
174174 extra_lit_opts : ${{ matrix.extra_lit_opts }}
@@ -226,7 +226,7 @@ jobs:
226226 with :
227227 name : ${{ matrix.name }} with NewOffloadModel
228228 runner : ${{ matrix.runner }}
229- image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-57a456ab30d222aa7794e89496b029f8c8bd4ddb
229+ image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-111f18b3477aef0c4c30cd61f06058912171c127
230230 image_options : ${{ matrix.image_options || '-u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN' }}
231231 target_devices : ${{ matrix.target_devices }}
232232 extra_lit_opts : ${{ matrix.extra_lit_opts }} --param enable_new_offload_model=True
Original file line number Diff line number Diff line change 9393 with :
9494 name : ${{ matrix.name }}
9595 runner : ${{ matrix.runner }}
96- image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-a123482f30cdadfa45ea627557d46fea0f0220d5
96+ image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-111f18b3477aef0c4c30cd61f06058912171c127
9797 image_options : ${{ matrix.image_options || '-u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN' }}
9898 target_devices : ${{ matrix.target_devices }}
9999 tests_selector : e2e
@@ -150,7 +150,7 @@ jobs:
150150 name : Build SYCL-CTS
151151 runner : ' ["Linux", "build"]'
152152 testing_mode : ' build-only'
153- image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-a123482f30cdadfa45ea627557d46fea0f0220d5
153+ image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-111f18b3477aef0c4c30cd61f06058912171c127
154154 image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
155155 tests_selector : cts
156156 repo_ref : ${{ github.sha }}
@@ -188,7 +188,7 @@ jobs:
188188 name : ${{ matrix.name }}
189189 runner : ${{ matrix.runner }}
190190 testing_mode : ' run-only'
191- image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-a123482f30cdadfa45ea627557d46fea0f0220d5
191+ image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-111f18b3477aef0c4c30cd61f06058912171c127
192192 image_options : ${{ matrix.image_options }}
193193 target_devices : ${{ matrix.target_devices }}
194194 tests_selector : cts
Original file line number Diff line number Diff line change 1- # https://github.com/intel/llvm/issues/21134
2- config.xfail_features += [' cuda' ]
3-
41# Our PVC runners don't have the userspace Vulkan driver installed
52config.unsupported_features += [' arch-intel_gpu_pvc' ]
You can’t perform that action at this time.
0 commit comments