File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments