Skip to content

Commit d75e5e5

Browse files
authored
[CI] Revert AMD and Nvidia test image to known working (#13618)
Follow up from: * #13606 That reverted the build job, this also reverts the test jobs
1 parent 0e623b8 commit d75e5e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sycl-linux-precommit-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
name: CUDA E2E
6363
runner: '["aws_cuda-${{ github.event.workflow_run.id }}-${{ github.event.workflow_run.run_attempt }}"]'
64-
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
64+
image: ghcr.io/intel/llvm/ubuntu2204_build:latest-cc1dd89176dd35522d57022a57204b41ae2611a9
6565
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1
6666
target_devices: ext_oneapi_cuda:gpu
6767
# No idea why but that seems to work and be in sync with the main

.github/workflows/sycl-linux-precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
include:
7777
- name: AMD/HIP
7878
runner: '["Linux", "amdgpu"]'
79-
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
79+
image: ghcr.io/intel/llvm/ubuntu2204_build:latest-cc1dd89176dd35522d57022a57204b41ae2611a9
8080
image_options: -u 1001 --device=/dev/dri --device=/dev/kfd
8181
target_devices: ext_oneapi_hip:gpu
8282
- name: Intel

0 commit comments

Comments
 (0)