From a98ff1f721d2be1231c5866e5906beb96af68e38 Mon Sep 17 00:00:00 2001 From: Andrei Elovikov Date: Tue, 4 Jun 2024 15:04:08 -0700 Subject: [PATCH] [CI] Don't run E2E tests on self-hosted CUDA in Nightly The runner seems to be broken, don't run the tests until it's fixed. --- .github/workflows/sycl-nightly.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/sycl-nightly.yml b/.github/workflows/sycl-nightly.yml index f5b3453e6db98..fc0b90be7990a 100644 --- a/.github/workflows/sycl-nightly.yml +++ b/.github/workflows/sycl-nightly.yml @@ -74,13 +74,6 @@ jobs: target_devices: opencl:cpu tests_selector: e2e - - name: Self-hosted CUDA - runner: '["Linux", "cuda"]' - image: ghcr.io/intel/llvm/ubuntu2204_build:latest - image_options: -u 1001 --gpus all --cap-add SYS_ADMIN - target_devices: ext_oneapi_cuda:gpu - tests_selector: e2e - - name: SYCL-CTS on OCL CPU runner: '["Linux", "gen12"]' image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest