pan/ci: remove non-existent flag from PAN_MESA_DEBUG

There's been a few years since these flags existed, let's drop them.

Fixes: ea03d0652d ("panfrost: Remove PAN_MESA_DEBUG=deqp")
Fixes: 7c7c38b126 ("panfrost: Remove unused debug parameter")
Acked-by: Valentine Burley <valentine.burley@collabora.com>
Reviewed-by: Eric R. Smith <eric.smith@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36310>
This commit is contained in:
Erik Faye-Lund 2025-07-21 16:47:43 +02:00 committed by Marge Bot
parent fe8f4084cf
commit 2adcb4c81a

View file

@ -81,7 +81,7 @@ panfrost-g52-gl:arm64:
variables:
FDO_CI_CONCURRENT: 6
DEQP_SUITE: panfrost-g52
PAN_MESA_DEBUG: "deqp,sync,indirect"
PAN_MESA_DEBUG: "sync"
panfrost-g52-vk:arm64:
parallel: 8
@ -157,7 +157,7 @@ panfrost-g610-gl:arm64:
- .lava-rk3588-rock-5b:arm64
variables:
DEQP_SUITE: panfrost-g610
PAN_MESA_DEBUG: "deqp,sync,indirect"
PAN_MESA_DEBUG: "sync"
LAVA_TAGS: 4gb
# Disable this for now until it gets more stable