Skip to content

Commit 9f48e8a

Browse files
committed
Reduce CPU jobs & turn on all CTS
1 parent 868f4e6 commit 9f48e8a

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,13 @@ jobs:
6868
tests_selector: e2e
6969
extra_lit_opts: --param gpu-intel-gen12=True
7070

71-
- name: OCL CPU (AMD)
72-
runner: '["Linux", "amdgpu"]'
73-
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
74-
image_options: -u 1001
75-
target_devices: opencl:cpu
76-
tests_selector: e2e
71+
# These CPU configurations repeat each other
72+
# - name: OCL CPU (AMD)
73+
# runner: '["Linux", "amdgpu"]'
74+
# image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
75+
# image_options: -u 1001
76+
# target_devices: opencl:cpu
77+
# tests_selector: e2e
7778

7879
- name: OCL CPU (Intel/GEN12)
7980
runner: '["Linux", "gen12"]'
@@ -82,12 +83,13 @@ jobs:
8283
target_devices: opencl:cpu
8384
tests_selector: e2e
8485

85-
- name: OCL CPU (Intel/Arc)
86-
runner: '["Linux", "arc"]'
87-
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
88-
image_options: -u 1001
89-
target_devices: opencl:cpu
90-
tests_selector: e2e
86+
# These CPU configurations repeat each other
87+
# - name: OCL CPU (Intel/Arc)
88+
# runner: '["Linux", "arc"]'
89+
# image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
90+
# image_options: -u 1001
91+
# target_devices: opencl:cpu
92+
# tests_selector: e2e
9193

9294
- name: SYCL-CTS on OCL CPU
9395
runner: '["Linux", "gen12"]'

devops/cts_exclude_filter_L0_GPU

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# These two take too much time
2-
kernel_bundle
3-
marray
2+
# kernel_bundle
3+
# marray
44
# No issue created yet
55
# optional_kernel_features

devops/cts_exclude_filter_OCL_CPU

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These two take too much time
2-
kernel_bundle
3-
marray
2+
# kernel_bundle
3+
# marray
44
# https://github.com/intel/llvm/issues/13477
55
# math_builtin_api
66
# https://github.com/intel/llvm/issues/13574

0 commit comments

Comments
 (0)