mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 00:10:20 +01:00
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:
parent
9b774963fe
commit
8e2bb3da5c
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue