ci/vulkan: Backport dEQP commit to make it less OOMy

It looks like the compute reconvergence tests are slamming us into OOM
on stoney at least; backport a commit which makes this less horrible.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30978>
This commit is contained in:
Daniel Stone
2024-09-09 14:59:50 +01:00
committed by Marge Bot
parent b943f42ef5
commit ed4dc4261e
3 changed files with 5 additions and 5 deletions
+3
View File
@@ -33,6 +33,9 @@ vk_cts_commits_to_backport=(
# Allow extra invocations in the pipeline stats
78f6618e147c0a745754b9e73ae10113a1ebde29
# Reduce the memory usage of the compute reconvergence tests
85b965dbb675d1fdb4ff367a342b9ee189394e95
)
# shellcheck disable=SC2034
+2 -2
View File
@@ -29,8 +29,8 @@ variables:
DEBIAN_TEST_ANDROID_TAG: "20240906-deqp"
DEBIAN_TEST_GL_TAG: "20240906-deqp"
DEBIAN_TEST_VK_TAG: "20240906-deqp"
KERNEL_ROOTFS_TAG: "20240909-pytest"
DEBIAN_TEST_VK_TAG: "20240909-deqp-oom"
KERNEL_ROOTFS_TAG: "20240909-pytest-deqp"
ALPINE_X86_64_BUILD_TAG: "20240814-var"
ALPINE_X86_64_LAVA_SSH_TAG: "20240401-wlproto"
-3
View File
@@ -39,6 +39,3 @@ dEQP-VK.binding_model.descriptor_buffer.multiple.graphics_rgen_buffers1_sets3,Cr
# New CTS failures in 1.3.8.0
dEQP-VK.texture.mipmap.2d.image_view_min_lod.base_level.nearest_linear_integer_texel_coord,Fail
# New CTS failures in 1.3.9.0
dEQP-VK.reconvergence.maximal.compute.nesting5.1.15,Crash