mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 13:50:11 +01:00
radv/ci: Enable video tests on navi21 and navi31
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38184>
This commit is contained in:
parent
874e02003a
commit
502f7e85e5
2 changed files with 4 additions and 4 deletions
|
|
@ -258,8 +258,6 @@ radv-navi21-vkcts:
|
||||||
variables:
|
variables:
|
||||||
CI_TRON_TIMEOUT__OVERALL__MINUTES: 30
|
CI_TRON_TIMEOUT__OVERALL__MINUTES: 30
|
||||||
RADV_PERFTEST: transfer_queue,hic
|
RADV_PERFTEST: transfer_queue,hic
|
||||||
# FIXME: GPU hangs
|
|
||||||
RADV_DEBUG: novideo
|
|
||||||
|
|
||||||
radv-vangogh-vkcts:
|
radv-vangogh-vkcts:
|
||||||
parallel: 2
|
parallel: 2
|
||||||
|
|
@ -313,8 +311,7 @@ radv-navi31-vkcts:
|
||||||
- .navi31-test-valve
|
- .navi31-test-valve
|
||||||
- .radv-valve-rules
|
- .radv-valve-rules
|
||||||
variables:
|
variables:
|
||||||
# FIXME: Random GPU hangs on VCN
|
RADV_DEBUG: nomeshshader # Disable mesh shaders until task shaders stop hanging
|
||||||
RADV_DEBUG: nomeshshader,novideo # Disable mesh shaders until task shaders stop hanging
|
|
||||||
RADV_PERFTEST: transfer_queue,hic
|
RADV_PERFTEST: transfer_queue,hic
|
||||||
CI_TRON_TIMEOUT__OVERALL__MINUTES: 20
|
CI_TRON_TIMEOUT__OVERALL__MINUTES: 20
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -55,3 +55,6 @@ dEQP-VK.api.command_buffers.many_indirect_disps_on_secondary
|
||||||
|
|
||||||
# These tests are expected to hang on GFX10+. I have a pending fix.
|
# These tests are expected to hang on GFX10+. I have a pending fix.
|
||||||
dEQP-VK.sparse_resources.buffer.misc.null_address_read*
|
dEQP-VK.sparse_resources.buffer.misc.null_address_read*
|
||||||
|
|
||||||
|
# These tests require PCIe atomics, causing random hangs
|
||||||
|
dEQP-VK.video.synchronization.*.basic.event.*
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue