From f4829ab15d53f9a6a7227591826aab98ce2c19bf Mon Sep 17 00:00:00 2001 From: JackAKirk Date: Thu, 6 Jun 2024 13:05:21 +0100 Subject: [PATCH] [CI] pre-commit/aws pointed back to old image. (#14074) temp fix for problems from cuda 12.5 uplift that were caused by https://github.com/intel/llvm/pull/14049. Should fix https://github.com/intel/llvm/issues/14071 --------- Signed-off-by: JackAKirk --- .github/workflows/sycl-linux-precommit-aws.yml | 2 +- .github/workflows/sycl-linux-precommit.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sycl-linux-precommit-aws.yml b/.github/workflows/sycl-linux-precommit-aws.yml index f7fe4cad3ea96..4117b3465a3e3 100644 --- a/.github/workflows/sycl-linux-precommit-aws.yml +++ b/.github/workflows/sycl-linux-precommit-aws.yml @@ -64,7 +64,7 @@ jobs: with: name: CUDA E2E runner: '["aws_cuda-${{ github.event.workflow_run.id }}-${{ github.event.workflow_run.run_attempt }}"]' - image: ghcr.io/intel/llvm/ubuntu2204_build:latest + image: ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab image_options: -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1 target_devices: ext_oneapi_cuda:gpu # No idea why but that seems to work and be in sync with the main diff --git a/.github/workflows/sycl-linux-precommit.yml b/.github/workflows/sycl-linux-precommit.yml index f6e31541b7188..19d106fa23675 100644 --- a/.github/workflows/sycl-linux-precommit.yml +++ b/.github/workflows/sycl-linux-precommit.yml @@ -46,6 +46,7 @@ jobs: build_artifact_suffix: "default" build_cache_suffix: "default" changes: ${{ needs.detect_changes.outputs.filters }} + build_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab" determine_arc_tests: name: Decide which Arc tests to run @@ -77,7 +78,7 @@ jobs: include: - name: AMD/HIP runner: '["Linux", "amdgpu"]' - image: ghcr.io/intel/llvm/ubuntu2204_build:latest + image: ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab image_options: -u 1001 --device=/dev/dri --device=/dev/kfd target_devices: ext_oneapi_hip:gpu - name: Intel