From add7dab79e59db8ac682c537b485f5e478ec2bf3 Mon Sep 17 00:00:00 2001 From: JackAKirk Date: Tue, 14 May 2024 15:16:35 +0100 Subject: [PATCH] [CI] Switch docker image back to "latest". (#13766) This PR reverts back to latest docker image from changes made in - https://github.com/intel/llvm/pull/13618 - https://github.com/intel/llvm/pull/13606 https://github.com/intel/llvm/pull/13752 fixed https://github.com/intel/llvm/issues/13736 and https://github.com/intel/llvm/issues/13735 was fixed by https://github.com/intel/llvm/pull/13771 This means we can now use this "latest" docker image in the main CI testing. Signed-off-by: JackAKirk --- .github/workflows/sycl-linux-precommit-aws.yml | 2 +- .github/workflows/sycl-linux-precommit.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sycl-linux-precommit-aws.yml b/.github/workflows/sycl-linux-precommit-aws.yml index 728c729dd4e08..f7fe4cad3ea96 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-cc1dd89176dd35522d57022a57204b41ae2611a9 + image: ghcr.io/intel/llvm/ubuntu2204_build:latest 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 776c300d042f9..c87a61acab773 100644 --- a/.github/workflows/sycl-linux-precommit.yml +++ b/.github/workflows/sycl-linux-precommit.yml @@ -46,7 +46,6 @@ jobs: build_artifact_suffix: "default" build_cache_suffix: "default" changes: ${{ needs.detect_changes.outputs.filters }} - build_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest-cc1dd89176dd35522d57022a57204b41ae2611a9" determine_arc_tests: name: Decide which Arc tests to run @@ -78,7 +77,7 @@ jobs: include: - name: AMD/HIP runner: '["Linux", "amdgpu"]' - image: ghcr.io/intel/llvm/ubuntu2204_build:latest-cc1dd89176dd35522d57022a57204b41ae2611a9 + image: ghcr.io/intel/llvm/ubuntu2204_build:latest image_options: -u 1001 --device=/dev/dri --device=/dev/kfd target_devices: ext_oneapi_hip:gpu - name: Intel