@@ -108,6 +108,7 @@ jobs:
108
108
target_devices : level_zero:gpu;opencl:gpu
109
109
extra_lit_opts : --param matrix-xmx8=True
110
110
use_igc_dev : true
111
+ env : ' {"LIT_FILTER":"Matrix/"}'
111
112
- name : E2E tests on Intel Ponte Vecchio GPU
112
113
runner : ' ["Linux", "pvc"]'
113
114
image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
@@ -118,6 +119,7 @@ jobs:
118
119
image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
119
120
target_devices : level_zero:gpu;opencl:gpu
120
121
use_igc_dev : true
122
+ env : ' {"LIT_FILTER":"Matrix/"}'
121
123
- name : Intel Battlemage Graphics
122
124
runner : ' ["Linux", "bmg"]'
123
125
image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
@@ -163,7 +165,7 @@ jobs:
163
165
'false' }}
164
166
# Run only if the PR does not have the 'ci-no-devigc' label.
165
167
skip_run : ${{matrix.use_igc_dev && contains(github.event.pull_request.labels.*.name, 'ci-no-devigc') || 'false'}}
166
- env : ${{ contains(needs.detect_changes.outputs.filters, 'esimd') && '{}' || '{"LIT_FILTER_OUT":"ESIMD/"}' }}
168
+ env : ${{ matrix.env || ( contains(needs.detect_changes.outputs.filters, 'esimd') && '{}' || '{"LIT_FILTER_OUT":"ESIMD/"}') }}
167
169
168
170
test-perf :
169
171
needs : [build, detect_changes]
0 commit comments