Skip to content

Commit 3310487

Browse files
authored
[CI][sycl-rel] Use fixed image versions (intel#19095)
To avoid fails after updates.
1 parent 65dc2df commit 3310487

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/sycl-rel-nightly.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build_cache_root: "/__w/"
1414
build_artifact_suffix: default
1515
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
1717
pack_release: 'true'
1818

1919
# We upload the build for people to download/use, override its name and
@@ -57,6 +57,7 @@ jobs:
5757
with:
5858
name: ${{ matrix.name }}
5959
runner: ${{ matrix.runner }}
60+
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-ae0e85c8391ba07b7c895e36cfb8a78cacd421dd
6061
image_options: ${{ matrix.image_options }}
6162
target_devices: ${{ matrix.target_devices }}
6263
tests_selector: e2e
@@ -117,7 +118,7 @@ jobs:
117118
with:
118119
name: CUDA E2E
119120
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
121122
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1
122123
target_devices: cuda:gpu
123124
repo_ref: ${{ github.sha }}
@@ -143,6 +144,7 @@ jobs:
143144
name: Build SYCL-CTS
144145
runner: '["Linux", "build"]'
145146
cts_testing_mode: 'build-only'
147+
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-ae0e85c8391ba07b7c895e36cfb8a78cacd421dd
146148
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
147149
tests_selector: cts
148150
repo_ref: ${{ github.sha }}
@@ -177,6 +179,7 @@ jobs:
177179
name: ${{ matrix.name }}
178180
runner: ${{ matrix.runner }}
179181
cts_testing_mode: 'run-only'
182+
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-ae0e85c8391ba07b7c895e36cfb8a78cacd421dd
180183
image_options: ${{ matrix.image_options }}
181184
target_devices: ${{ matrix.target_devices }}
182185
tests_selector: cts

0 commit comments

Comments
 (0)