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:
Corentin Noël 2023-02-14 10:48:18 +01:00 committed by Marge Bot
parent fa66c8954e
commit e8091a6593

View file

@ -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