Skip to content

Commit

Permalink
Disable CUDA sycl e2e tests
Browse files Browse the repository at this point in the history
They seem to cause hangs in our CI.

Relates to: #2398
  • Loading branch information
RossBrunton committed Nov 29, 2024
1 parent db83117 commit 4844a18
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4844a18

Please sign in to comment.