Skip to content

Commit add7dab

Browse files
authored
[CI] Switch docker image back to "latest". (#13766)
This PR reverts back to latest docker image from changes made in - #13618 - #13606 #13752 fixed #13736 and #13735 was fixed by #13771 This means we can now use this "latest" docker image in the main CI testing. Signed-off-by: JackAKirk <[email protected]>
1 parent 5794326 commit add7dab

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
name: CUDA E2E
6666
runner: '["aws_cuda-${{ github.event.workflow_run.id }}-${{ github.event.workflow_run.run_attempt }}"]'
67-
image: ghcr.io/intel/llvm/ubuntu2204_build:latest-cc1dd89176dd35522d57022a57204b41ae2611a9
67+
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
6868
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1
6969
target_devices: ext_oneapi_cuda:gpu
7070
# 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
build_artifact_suffix: "default"
4747
build_cache_suffix: "default"
4848
changes: ${{ needs.detect_changes.outputs.filters }}
49-
build_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest-cc1dd89176dd35522d57022a57204b41ae2611a9"
5049

5150
determine_arc_tests:
5251
name: Decide which Arc tests to run
@@ -78,7 +77,7 @@ jobs:
7877
include:
7978
- name: AMD/HIP
8079
runner: '["Linux", "amdgpu"]'
81-
image: ghcr.io/intel/llvm/ubuntu2204_build:latest-cc1dd89176dd35522d57022a57204b41ae2611a9
80+
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
8281
image_options: -u 1001 --device=/dev/dri --device=/dev/kfd
8382
target_devices: ext_oneapi_hip:gpu
8483
- name: Intel

0 commit comments

Comments
 (0)