mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 02:50:16 +01:00
ci: Do an explicit NIR validation-enabled pass on freedreno a630.
We disable it for most of the CTS because it's slow, but let's do a fractional run to make sure that we don't hit any obvious failures. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5089>
This commit is contained in:
parent
90cf494338
commit
6839ad59e6
1 changed files with 2 additions and 0 deletions
|
|
@ -827,6 +827,8 @@ arm64_a630_gles31_options:
|
|||
# Do a little testing with gmem and bypass forced.
|
||||
- DEQP_RUN_SUFFIX=-bypass FD_MESA_DEBUG=nogmem DEQP_EXPECTED_FAILS=deqp-freedreno-a630-bypass-fails.txt ./install/deqp-runner.sh
|
||||
- DEQP_RUN_SUFFIX=-gmem FD_MESA_DEBUG=nobypass ./install/deqp-runner.sh
|
||||
# Check that we don't get obvious nir validation failures (though it's too expensive to run for the full CTS)
|
||||
- DEQP_RUN_SUFFIX=-validate NIR_VALIDATE=1 ./install/deqp-runner.sh
|
||||
|
||||
.baremetal-test:
|
||||
extends:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue