Skip to content

ci: re-enable venus ci

Yiwei Zhang requested to merge zzyiwei/mesa:vn-ci-reenable into main

What does this MR do and why?

ci: re-enable venus ci

Skip dEQP-VK.binding_model.mutable_descriptor.multiple_arrays_mixed.*
because lavapipe behind venus can end up returning OODM for device
memory allocations.

The instability likely started from lavapipe gaining support of dma-buf
import/export. Then vkr renderer would no longer use the opaque fd
export with lavapipe, and we are hitting certain bottleneck of udmabuf.

Let's get venus ci re-enabled now and we can later flip vkr back to
prefer opaque fd export if seeing lavapipe for comparison.

Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org>

Have succeeded 10 runs in a row without flakiness, with an average 13min job run time.

/cc @tintou @daniels @eric

Merge request reports