13
13
build_cache_root : " /__w/"
14
14
build_artifact_suffix : default
15
15
build_configure_extra_args : ' --disable-jit --no-assertions --add_security_flags=sanitize --hip --cuda'
16
- build_image : ghcr.io/intel/llvm/ubuntu2204_build:latest
16
+ build_image : ghcr.io/intel/llvm/ubuntu2204_build:latest-133fee559371ce0e6ff867e378c21cde2bdf6c90
17
17
pack_release : ' true'
18
18
19
19
# We upload the build for people to download/use, override its name and
57
57
with :
58
58
name : ${{ matrix.name }}
59
59
runner : ${{ matrix.runner }}
60
+ image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-ae0e85c8391ba07b7c895e36cfb8a78cacd421dd
60
61
image_options : ${{ matrix.image_options }}
61
62
target_devices : ${{ matrix.target_devices }}
62
63
tests_selector : e2e
@@ -117,7 +118,7 @@ jobs:
117
118
with :
118
119
name : CUDA E2E
119
120
runner : ' ["aws_cuda-${{ github.run_id }}-${{ github.run_attempt }}"]'
120
- image : ghcr.io/intel/llvm/ubuntu2204_build:latest
121
+ image : ghcr.io/intel/llvm/ubuntu2204_build:latest-133fee559371ce0e6ff867e378c21cde2bdf6c90
121
122
image_options : -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1
122
123
target_devices : cuda:gpu
123
124
repo_ref : ${{ github.sha }}
@@ -143,6 +144,7 @@ jobs:
143
144
name : Build SYCL-CTS
144
145
runner : ' ["Linux", "build"]'
145
146
cts_testing_mode : ' build-only'
147
+ image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-ae0e85c8391ba07b7c895e36cfb8a78cacd421dd
146
148
image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
147
149
tests_selector : cts
148
150
repo_ref : ${{ github.sha }}
@@ -177,6 +179,7 @@ jobs:
177
179
name : ${{ matrix.name }}
178
180
runner : ${{ matrix.runner }}
179
181
cts_testing_mode : ' run-only'
182
+ image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-ae0e85c8391ba07b7c895e36cfb8a78cacd421dd
180
183
image_options : ${{ matrix.image_options }}
181
184
target_devices : ${{ matrix.target_devices }}
182
185
tests_selector : cts
0 commit comments