Skip to content

Commit 40e2f62

Browse files
Revert '[CI] pre-commit/aws pointed back to old image' (#15348)
Reverts #14074. This will allow us to use latest docker images.
1 parent 3b0be29 commit 40e2f62

File tree

3 files changed

+2
-3
lines changed

3 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
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
name: CUDA E2E
6868
runner: '["aws_cuda-${{ github.event.workflow_run.id }}-${{ github.event.workflow_run.run_attempt }}"]'
69-
image: ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab
69+
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
7070
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1
7171
target_devices: ext_oneapi_cuda:gpu
7272
# No idea why but that seems to work and be in sync with the main

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

Lines changed: 0 additions & 1 deletion
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-0300ac924620a51f76c4929794637b82790f12ab"
5049

5150
determine_arc_tests:
5251
name: Decide which Arc tests to run

.github/workflows/sycl-post-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
reset_intel_gpu: true
6161
- name: AMD/HIP
6262
runner: '["Linux", "amdgpu"]'
63-
image: ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab
63+
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
6464
image_options: -u 1001 --device=/dev/dri --device=/dev/kfd
6565
target_devices: ext_oneapi_hip:gpu
6666
reset_intel_gpu: false

0 commit comments

Comments
 (0)