mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-24 02:34:17 +08:00
c1a362722f
Only Polaris10 is tested at the moment, and I disabled a TON of tests to keep a CTS run within 5 minutes because my local runner is a bit slow. A full CTS run takes more than 1h, which means it will hit the timeout. RADV CI can only be triggered manually on personal branches to avoid breaking the world because one runner is definitely not enough. This will allow us to test it until it's stable enough to be enabled by default. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Acked-by: Michel Dänzer <mdaenzer@redhat.com>
32 lines
739 B
Plaintext
32 lines
739 B
Plaintext
# Disable a TON of tests to keep the run around 5-10 minutes because my runner is
|
|
# slow.
|
|
dEQP-VK.api.*
|
|
dEQP-VK.binding_model.*
|
|
dEQP-VK.clipping.*
|
|
dEQP-VK.compute.*
|
|
dEQP-VK.conditional_rendering.*
|
|
dEQP-VK.descriptor_indexing.*
|
|
dEQP-VK.device_group.*
|
|
dEQP-VK.fragment_operations.*
|
|
dEQP-VK.fragment_shader_interlock.*
|
|
dEQP-VK.graphicsfuzz.*
|
|
dEQP-VK.image.*
|
|
dEQP-VK.imageless_framebuffer.*
|
|
dEQP-VK.info.*
|
|
dEQP-VK.memory.*
|
|
dEQP-VK.memory_model.*
|
|
dEQP-VK.multiview.*
|
|
dEQP-VK.pipeline.*
|
|
dEQP-VK.protected_memory.*
|
|
dEQP-VK.query_pool.*
|
|
dEQP-VK.robustness.*
|
|
dEQP-VK.sparse_resources.*
|
|
dEQP-VK.spirv_assembly.*
|
|
dEQP-VK.subgroups.*
|
|
dEQP-VK.synchronization.*
|
|
dEQP-VK.texture.*
|
|
dEQP-VK.transform_feedback.*
|
|
dEQP-VK.ubo.*
|
|
dEQP-VK.wsi.*
|
|
dEQP-VK.ycbcr.*
|