mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-25 13:30:38 +02:00
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:
parent
fe8f4084cf
commit
2adcb4c81a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue