Skip to content

Commit

Permalink
Merge pull request #2399 from RossBrunton/ross/nocuda
Browse files Browse the repository at this point in the history
Disable CUDA sycl e2e tests
  • Loading branch information
RossBrunton authored Nov 29, 2024
2 parents 0c60db6 + 4844a18 commit 6d854d1
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 6d854d1

Please sign in to comment.