@@ -33,44 +33,51 @@ jobs:
33
33
image : ghcr.io/intel/llvm/ubuntu2204_build:latest
34
34
image_options : -u 1001 --device=/dev/dri --device=/dev/kfd
35
35
target_devices : ext_oneapi_hip:gpu
36
+ tests_selector : e2e
36
37
37
38
- name : Intel L0 GPU
38
39
runner : ' ["Linux", "gen12"]'
39
40
image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
40
41
image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
41
42
target_devices : ext_oneapi_level_zero:gpu
42
43
reset_gpu : true
44
+ tests_selector : e2e
43
45
44
46
- name : Intel OCL GPU
45
47
runner : ' ["Linux", "gen12"]'
46
48
image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
47
49
image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
48
50
target_devices : opencl:gpu
49
51
reset_gpu : true
52
+ tests_selector : e2e
50
53
51
54
- name : OCL CPU (AMD)
52
55
runner : ' ["Linux", "amdgpu"]'
53
56
image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
54
57
image_options : -u 1001
55
58
target_devices : opencl:cpu
59
+ tests_selector : e2e
56
60
57
61
- name : OCL CPU (Intel/GEN12)
58
62
runner : ' ["Linux", "gen12"]'
59
63
image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
60
64
image_options : -u 1001 --privileged --cap-add SYS_ADMIN
61
65
target_devices : opencl:cpu
66
+ tests_selector : e2e
62
67
63
68
- name : OCL CPU (Intel/Arc)
64
69
runner : ' ["Linux", "arc"]'
65
70
image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
66
71
image_options : -u 1001
67
72
target_devices : opencl:cpu
73
+ tests_selector : e2e
68
74
69
75
- name : Self-hosted CUDA
70
76
runner : ' ["Linux", "cuda"]'
71
77
image : ghcr.io/intel/llvm/ubuntu2204_build:latest
72
78
image_options : -u 1001 --gpus all --cap-add SYS_ADMIN
73
79
target_devices : ext_oneapi_cuda:gpu
80
+ tests_selector : e2e
74
81
75
82
- name : SYCL-CTS
76
83
runner : ' ["Linux", "gen12"]'
0 commit comments