Skip to content

Commit 529f500

Browse files
committed
Limit # of concurrent E2E test runs on PVC machine
1 parent 65e29ff commit 529f500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
9595
target_devices: ext_oneapi_level_zero:gpu;opencl:gpu
9696
install_drivers: ${{ contains(needs.detect_changes.outputs.filters, 'drivers') }}
97-
extra_lit_opts: --param gpu-intel-pvc=True
97+
extra_lit_opts: --param gpu-intel-pvc=True -j 20
9898
- name: E2E tests with dev igc on Intel Ponte Vecchio GPU
9999
runner: '["Linux", "pvc"]'
100100
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:devigc
@@ -106,7 +106,7 @@ jobs:
106106
use_dev_igc: ${{ contains(needs.detect_changes.outputs.filters, 'devigccfg') }}
107107
# Run only if the PR does not have the 'ci-no-devigc' label.
108108
skip_run: ${{ contains(github.event.pull_request.labels.*.name, 'ci-no-devigc') }}
109-
extra_lit_opts: --param gpu-intel-pvc=True
109+
extra_lit_opts: --param gpu-intel-pvc=True -j 20
110110
- name: E2E tests on Intel Arc A-Series Graphics
111111
runner: '["Linux", "arc"]'
112112
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest

0 commit comments

Comments
 (0)