Skip to content

Commit a0cdd9f

Browse files
authored
[CI] Fix sycl-nightly workflow (#12976)
E2E are ignored since we added "tests_selector: cts"
1 parent d669961 commit a0cdd9f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,44 +33,51 @@ jobs:
3333
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
3434
image_options: -u 1001 --device=/dev/dri --device=/dev/kfd
3535
target_devices: ext_oneapi_hip:gpu
36+
tests_selector: e2e
3637

3738
- name: Intel L0 GPU
3839
runner: '["Linux", "gen12"]'
3940
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
4041
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
4142
target_devices: ext_oneapi_level_zero:gpu
4243
reset_gpu: true
44+
tests_selector: e2e
4345

4446
- name: Intel OCL GPU
4547
runner: '["Linux", "gen12"]'
4648
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
4749
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
4850
target_devices: opencl:gpu
4951
reset_gpu: true
52+
tests_selector: e2e
5053

5154
- name: OCL CPU (AMD)
5255
runner: '["Linux", "amdgpu"]'
5356
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
5457
image_options: -u 1001
5558
target_devices: opencl:cpu
59+
tests_selector: e2e
5660

5761
- name: OCL CPU (Intel/GEN12)
5862
runner: '["Linux", "gen12"]'
5963
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
6064
image_options: -u 1001 --privileged --cap-add SYS_ADMIN
6165
target_devices: opencl:cpu
66+
tests_selector: e2e
6267

6368
- name: OCL CPU (Intel/Arc)
6469
runner: '["Linux", "arc"]'
6570
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
6671
image_options: -u 1001
6772
target_devices: opencl:cpu
73+
tests_selector: e2e
6874

6975
- name: Self-hosted CUDA
7076
runner: '["Linux", "cuda"]'
7177
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
7278
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN
7379
target_devices: ext_oneapi_cuda:gpu
80+
tests_selector: e2e
7481

7582
- name: SYCL-CTS
7683
runner: '["Linux", "gen12"]'

0 commit comments

Comments
 (0)