v3d/ci: run GPU piglit profile

Instead of running all the tests, run only the GPU related ones, which
should make the CI faster.

Acked-by: Iago Toral Quiroga <itoral@igalia.com>
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23135>
This commit is contained in:
Juan A. Suarez Romero 2023-05-19 11:52:18 +02:00 committed by Marge Bot
parent d719e99f16
commit 496a7aedbb

View file

@ -50,7 +50,7 @@ deqp_args = [
[[piglit]]
piglit_folder = "/piglit"
profile = "all"
profile = "gpu"
process_isolation = true
[piglit.env]
PIGLIT_PLATFORM = "mixed_glx_egl"