mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-29 10:40:42 +02:00
vc4/ci: make piglit test mandatory
Make piglit test jobs to run always, as piglit testsuite offers more coverage for the VC4 driver. On the other hand, make the EGL testing manually, as we don't have enough devices to execute all the tests fast enough. Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> Acked-by: Iago Toral Quiroga <itoral@igalia.com> Reviewed-by: Jose Maria Casanova Crespo <jmcasanova@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15045>
This commit is contained in:
parent
750eeecf4e
commit
bfdb1064c5
1 changed files with 1 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ vc4-rpi3-gles:armhf:
|
|||
vc4-rpi3-egl:armhf:
|
||||
extends:
|
||||
- .vc4-rpi3-test:armhf
|
||||
- .test-manual-mr
|
||||
variables:
|
||||
HWCI_TEST_SCRIPT: "/install/deqp-runner.sh"
|
||||
HWCI_START_XORG: 1
|
||||
|
|
@ -38,7 +39,6 @@ vc4-rpi3-egl:armhf:
|
|||
extends:
|
||||
- .piglit-test
|
||||
- .vc4-rpi3-test:armhf
|
||||
- .test-manual-mr
|
||||
variables:
|
||||
BM_POE_TIMEOUT: 180
|
||||
HWCI_START_XORG: 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue