radv/ci: set RADV_DEBUG=novideo for NAVI31 too

There are random VCN hangs with a repro rate around 20%.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37934>
This commit is contained in:
Samuel Pitoiset 2025-10-20 08:27:58 +02:00 committed by Marge Bot
parent 9b774963fe
commit 8e2bb3da5c

View file

@ -313,7 +313,8 @@ radv-navi31-vkcts:
- .navi31-test-valve
- .radv-valve-rules
variables:
RADV_DEBUG: nomeshshader # Disable mesh shaders until task shaders stop hanging
# FIXME: Random GPU hangs on VCN
RADV_DEBUG: nomeshshader,novideo # Disable mesh shaders until task shaders stop hanging
RADV_PERFTEST: transfer_queue,hic
CI_TRON_TIMEOUT__OVERALL__MINUTES: 20