mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
ci/venus: Skip tests risking out of memory issues
These two dEQP tests: * dEQP-VK.api.object_management.max_concurrent.graphics_pipeline * dEQP-VK.api.object_management.max_concurrent.compute_pipeline Require a lot of memory and might kill crosvm or the renderer server because of EOM issues. Skip them for now. Acked-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Gert Wollny <gert.wollny@collabora.com> Signed-off-by: Corentin Noël <corentin.noel@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21306>
This commit is contained in:
parent
fa66c8954e
commit
e8091a6593
1 changed files with 5 additions and 1 deletions
|
|
@ -1,2 +1,6 @@
|
|||
# These take so long that cause caselist batches to timeout
|
||||
dEQP-VK.pipeline.monolithic.*
|
||||
dEQP-VK.pipeline.monolithic.*
|
||||
|
||||
# These are taking too much memory (7.6GB and 6.2GB respectively) and can cause EOM issues
|
||||
dEQP-VK.api.object_management.max_concurrent.graphics_pipeline
|
||||
dEQP-VK.api.object_management.max_concurrent.compute_pipeline
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue