Skip to content

Commit dae146c

Browse files
[CI] Remove -j 50 limit from PVC E2E tasks (#18305)
If it fails, lock the runner and let driver team debug.
1 parent a36946d commit dae146c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/sycl-linux-precommit.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,12 @@ jobs:
111111
runner: '["Linux", "pvc"]'
112112
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
113113
target_devices: level_zero:gpu;opencl:gpu
114-
extra_lit_opts: -j 50
115114
- name: Dev IGC on Intel Ponte Vecchio GPU
116115
runner: '["Linux", "pvc"]'
117116
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc
118117
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
119118
target_devices: level_zero:gpu;opencl:gpu
120119
use_igc_dev: true
121-
extra_lit_opts: -j 50
122120
- name: Intel Battlemage Graphics
123121
runner: '["Linux", "bmg"]'
124122
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN

0 commit comments

Comments
 (0)