From ee78fca7dd75ee9fc774593847799d80228e7387 Mon Sep 17 00:00:00 2001 From: Andrei Elovikov Date: Fri, 2 May 2025 15:09:15 -0700 Subject: [PATCH] [CI] Remove `-j 50` limit from PVC E2E tasks If it fails, lock the runner and let driver team debug. --- .github/workflows/sycl-linux-precommit.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/sycl-linux-precommit.yml b/.github/workflows/sycl-linux-precommit.yml index e14649f904521..54b61b9f25872 100644 --- a/.github/workflows/sycl-linux-precommit.yml +++ b/.github/workflows/sycl-linux-precommit.yml @@ -111,14 +111,12 @@ jobs: runner: '["Linux", "pvc"]' image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN target_devices: level_zero:gpu;opencl:gpu - extra_lit_opts: -j 50 - name: Dev IGC on Intel Ponte Vecchio GPU runner: '["Linux", "pvc"]' image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN target_devices: level_zero:gpu;opencl:gpu use_igc_dev: true - extra_lit_opts: -j 50 - name: Intel Battlemage Graphics runner: '["Linux", "bmg"]' image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN