5252
5353 - name : Intel L0 GPU
5454 runner : ' ["Linux", "gen12"]'
55- image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers :latest
55+ image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers :latest
5656 image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
5757 target_devices : level_zero:gpu
5858 reset_intel_gpu : true
6161
6262 - name : Intel OCL GPU
6363 runner : ' ["Linux", "gen12"]'
64- image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers :latest
64+ image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers :latest
6565 image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
6666 target_devices : opencl:gpu
6767 reset_intel_gpu : true
@@ -70,35 +70,35 @@ jobs:
7070
7171 - name : OCL CPU (AMD)
7272 runner : ' ["Linux", "amdgpu"]'
73- image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers :latest
73+ image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers :latest
7474 image_options : -u 1001
7575 target_devices : opencl:cpu
7676 tests_selector : e2e
7777
7878 - name : OCL CPU (Intel/GEN12)
7979 runner : ' ["Linux", "gen12"]'
80- image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers :latest
80+ image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers :latest
8181 image_options : -u 1001 --privileged --cap-add SYS_ADMIN
8282 target_devices : opencl:cpu
8383 tests_selector : e2e
8484
8585 - name : OCL CPU (Intel/Arc)
8686 runner : ' ["Linux", "arc"]'
87- image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers :latest
87+ image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers :latest
8888 image_options : -u 1001
8989 target_devices : opencl:cpu
9090 tests_selector : e2e
9191
9292 - name : SYCL-CTS on OCL CPU
9393 runner : ' ["Linux", "gen12"]'
94- image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers :latest
94+ image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers :latest
9595 image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
9696 target_devices : opencl:cpu
9797 tests_selector : cts
9898
9999 - name : SYCL-CTS on L0 gen12
100100 runner : ' ["Linux", "gen12"]'
101- image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers :latest
101+ image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers :latest
102102 image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
103103 target_devices : level_zero:gpu
104104 tests_selector : cts
@@ -229,7 +229,7 @@ jobs:
229229 username : ${{ github.repository_owner }}
230230 password : ${{ secrets.GITHUB_TOKEN }}
231231 build-args : |
232- base_image=ghcr.io/intel/llvm/ubuntu2204_intel_drivers
232+ base_image=ghcr.io/intel/llvm/ubuntu2404_intel_drivers
233233 base_tag=latest
234234 tags : |
235235 ghcr.io/${{ github.repository }}/sycl_ubuntu2204_nightly:${{ github.sha }}
0 commit comments