From e8091a65933938171a1e310c91aabac416180f50 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Corentin=20No=C3=ABl?= Date: Tue, 14 Feb 2023 10:48:18 +0100 Subject: [PATCH] ci/venus: Skip tests risking out of memory issues MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Gert Wollny Signed-off-by: Corentin Noël Part-of: --- src/virtio/ci/venus-skips.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/virtio/ci/venus-skips.txt b/src/virtio/ci/venus-skips.txt index e67e91b..cf06586 100644 --- a/src/virtio/ci/venus-skips.txt +++ b/src/virtio/ci/venus-skips.txt @@ -1,2 +1,6 @@ # These take so long that cause caselist batches to timeout -dEQP-VK.pipeline.monolithic.* \ No newline at end of file +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 -- 2.7.4