Skip to content

Commit d15c70e

Browse files
authored
[CI] Only run Matrix tests for dev-igc (#19436)
Only the Matrix team has committed to investigating failures on the IGC side. See discussion in #18818 Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 7ab256b commit d15c70e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
target_devices: level_zero:gpu;opencl:gpu
109109
extra_lit_opts: --param matrix-xmx8=True
110110
use_igc_dev: true
111+
env: '{"LIT_FILTER":"Matrix/"}'
111112
- name: E2E tests on Intel Ponte Vecchio GPU
112113
runner: '["Linux", "pvc"]'
113114
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:
118119
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
119120
target_devices: level_zero:gpu;opencl:gpu
120121
use_igc_dev: true
122+
env: '{"LIT_FILTER":"Matrix/"}'
121123
- name: Intel Battlemage Graphics
122124
runner: '["Linux", "bmg"]'
123125
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:
163165
'false' }}
164166
# Run only if the PR does not have the 'ci-no-devigc' label.
165167
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/"}') }}
167169

168170
test-perf:
169171
needs: [build, detect_changes]

0 commit comments

Comments
 (0)