Skip to content

Commit e51a90a

Browse files
[CI] Don't run E2E tests on self-hosted CUDA in Nightly (#14041)
The runner seems to be broken, don't run the tests until it's fixed.
1 parent d48c371 commit e51a90a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,6 @@ jobs:
7474
target_devices: opencl:cpu
7575
tests_selector: e2e
7676

77-
- name: Self-hosted CUDA
78-
runner: '["Linux", "cuda"]'
79-
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
80-
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN
81-
target_devices: ext_oneapi_cuda:gpu
82-
tests_selector: e2e
83-
8477
- name: SYCL-CTS on OCL CPU
8578
runner: '["Linux", "gen12"]'
8679
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest

0 commit comments

Comments
 (0)