rpi3/ci: remove {version,render}_check from [piglit.env]

v1 was moving it into the [[piglit]] section, but piglit-runner actually
doesn't support checking for this, so let's just remove it entirely.

Fixes: 3990463c48 ("v3d/vc4/ci: set full renderer version check")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30436>
This commit is contained in:
Eric Engestrom 2024-07-31 12:56:30 +02:00 committed by Marge Bot
parent c44d65a467
commit f427c9fe23

View file

@ -4,5 +4,3 @@ profile = "gpu"
process_isolation = true
[piglit.env]
PIGLIT_PLATFORM = "mixed_glx_egl"
version_check = "GL ES 2.0.*git"
renderer_check = "VC4 V3D 2.1"