mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 20:00:10 +01:00
ci: Enable NIR validation on a630 GLES2 and VK tests.
We get through GLES2 in 5.5 minutes and the vk subset in 8 minutes, so we can spare the CPU time on these tests. Acked-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5554>
This commit is contained in:
parent
6ee80d8e0c
commit
d9f7fce83c
1 changed files with 4 additions and 1 deletions
|
|
@ -899,7 +899,6 @@ arm64_a630_gles2:
|
||||||
DEQP_EXPECTED_FAILS: deqp-freedreno-a630-fails.txt
|
DEQP_EXPECTED_FAILS: deqp-freedreno-a630-fails.txt
|
||||||
DEQP_SKIPS: deqp-freedreno-a630-skips.txt
|
DEQP_SKIPS: deqp-freedreno-a630-skips.txt
|
||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
NIR_VALIDATE: 0
|
|
||||||
DEQP_EXPECTED_RENDERER: FD630
|
DEQP_EXPECTED_RENDERER: FD630
|
||||||
DEQP_NO_SAVE_RESULTS: ""
|
DEQP_NO_SAVE_RESULTS: ""
|
||||||
tags:
|
tags:
|
||||||
|
|
@ -911,11 +910,15 @@ arm64_a630_gles31:
|
||||||
extends: arm64_a630_gles2
|
extends: arm64_a630_gles2
|
||||||
variables:
|
variables:
|
||||||
DEQP_VER: gles31
|
DEQP_VER: gles31
|
||||||
|
# gles31 is about 12 minutes with validation enabled.
|
||||||
|
NIR_VALIDATE: 0
|
||||||
|
|
||||||
arm64_a630_gles3:
|
arm64_a630_gles3:
|
||||||
extends: arm64_a630_gles2
|
extends: arm64_a630_gles2
|
||||||
variables:
|
variables:
|
||||||
DEQP_VER: gles3
|
DEQP_VER: gles3
|
||||||
|
# gles3 is about 15 minutes with validation enabled.
|
||||||
|
NIR_VALIDATE: 0
|
||||||
|
|
||||||
# We almost always manage to lower UBOs back to constant uploads in
|
# We almost always manage to lower UBOs back to constant uploads in
|
||||||
# the test suite, so get a little testing for it here.
|
# the test suite, so get a little testing for it here.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue