Skip to content

Commit b0572cb

Browse files
JackAKirkianayl
authored andcommitted
[CI] pre-commit/aws pointed back to old image. (intel#14074)
temp fix for problems from cuda 12.5 uplift that were caused by intel#14049. Should fix intel#14071 --------- Signed-off-by: JackAKirk <[email protected]>
1 parent 3396907 commit b0572cb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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
67+
image: ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ 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-0300ac924620a51f76c4929794637b82790f12ab"
4950

5051
determine_arc_tests:
5152
name: Decide which Arc tests to run
@@ -77,7 +78,7 @@ jobs:
7778
include:
7879
- name: AMD/HIP
7980
runner: '["Linux", "amdgpu"]'
80-
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
81+
image: ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab
8182
image_options: -u 1001 --device=/dev/dri --device=/dev/kfd
8283
target_devices: ext_oneapi_hip:gpu
8384
- name: Intel

0 commit comments

Comments
 (0)