mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
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:
parent
d719e99f16
commit
496a7aedbb
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ deqp_args = [
|
|||
|
||||
[[piglit]]
|
||||
piglit_folder = "/piglit"
|
||||
profile = "all"
|
||||
profile = "gpu"
|
||||
process_isolation = true
|
||||
[piglit.env]
|
||||
PIGLIT_PLATFORM = "mixed_glx_egl"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue