From 4844a1846dfad5beac4bf50e433e3429396f568c Mon Sep 17 00:00:00 2001 From: Ross Brunton Date: Fri, 29 Nov 2024 11:34:04 +0000 Subject: [PATCH] Disable CUDA sycl e2e tests They seem to cause hangs in our CI. Relates to: #2398 --- .github/workflows/cmake.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 2912475272..0a4ae99a58 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -221,13 +221,14 @@ jobs: needs: [ubuntu-build, opencl] uses: ./.github/workflows/e2e_opencl.yml - e2e-cuda: - name: E2E CUDA - permissions: - contents: read - pull-requests: write - needs: [ubuntu-build, cuda] - uses: ./.github/workflows/e2e_cuda.yml + # Causes hangs: https://github.com/oneapi-src/unified-runtime/issues/2398 + #e2e-cuda: + # name: E2E CUDA + # permissions: + # contents: read + # pull-requests: write + # needs: [ubuntu-build, cuda] + # uses: ./.github/workflows/e2e_cuda.yml windows-build: name: Build - Windows