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:
Juan A. Suarez Romero 2022-02-16 10:17:04 +01:00 committed by Marge Bot
parent 750eeecf4e
commit bfdb1064c5

View file

@ -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