Skip to content

Commit e1e946a

Browse files
Reduce number of parallel jobs
1 parent daf8037 commit e1e946a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sycl-post-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ jobs:
6666
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest
6767
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
6868
target_devices: ext_oneapi_level_zero:gpu;opencl:gpu
69-
extra_lit_opts: -j 100
69+
extra_lit_opts: -j 50
7070
- name: E2E tests with dev igc on Intel Ponte Vecchio GPU
7171
runner: '["Linux", "pvc"]'
7272
env: '{"LIT_FILTER_OUT":"ESIMD/unified_memory_api/"}'
7373
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc
7474
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
7575
target_devices: ext_oneapi_level_zero:gpu;opencl:gpu
7676
use_igc_dev: true
77-
extra_lit_opts: -j 100
77+
extra_lit_opts: -j 50
7878
# Performance tests below. Specifics:
7979
# - only run performance tests (use LIT_FILTER env)
8080
# - ask llvm-lit to show all the output, even for PASS (-a)

0 commit comments

Comments
 (0)