@@ -92,20 +92,14 @@ jobs:
9292 image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
9393 image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
9494 target_devices : ext_oneapi_level_zero:gpu;opencl:gpu
95- install_drivers : ${{ contains(needs.detect_changes.outputs.filters, 'drivers') }}
96- extra_lit_opts : --param gpu-intel-pvc=True -j 20
95+ extra_lit_opts : --param gpu-intel-pvc=True --param matrix=1
9796 - name : E2E tests with dev igc on Intel Ponte Vecchio GPU
9897 runner : ' ["Linux", "pvc"]'
9998 image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:devigc
10099 image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
101100 target_devices : ext_oneapi_level_zero:gpu;opencl:gpu
102- install_drivers : >-
103- ${{ contains(needs.detect_changes.outputs.filters, 'drivers') ||
104- contains(needs.detect_changes.outputs.filters, 'devigccfg') }}
105- use_dev_igc : ${{ contains(needs.detect_changes.outputs.filters, 'devigccfg') }}
106- # Run only if the PR does not have the 'ci-no-devigc' label.
107- skip_run : ${{ contains(github.event.pull_request.labels.*.name, 'ci-no-devigc') }}
108- extra_lit_opts : --param gpu-intel-pvc=True -j 20
101+ extra_lit_opts : --param gpu-intel-pvc=True --param matrix=1
102+ use_igc_dev : true
109103 - name : E2E tests on Intel Arc A-Series Graphics
110104 runner : ' ["Linux", "arc"]'
111105 image : ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
0 commit comments