ci/deqp: backport fix for dEQP-VK.binding_model.buffer_device_address.*

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34028>
This commit is contained in:
Eric Engestrom
2025-03-12 16:32:00 +01:00
committed by Marge Bot
parent 6e19215810
commit 3ea479c584
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -47,6 +47,8 @@ main_cts_patch_files=(
# shellcheck disable=SC2034
vk_cts_commits_to_backport=(
# Stop querying device address from unbound buffers
046343f46f7d39d53b47842d7fd8ed3279528046
)
# shellcheck disable=SC2034
+2 -2
View File
@@ -39,8 +39,8 @@ variables:
DEBIAN_TEST_ANDROID_TAG: "20250310-android-cts"
DEBIAN_TEST_GL_TAG: "20250307-piglit-70"
DEBIAN_TEST_VK_TAG: "20250307-piglit-70"
KERNEL_ROOTFS_TAG: "20250307-piglit-70"
DEBIAN_TEST_VK_TAG: "20250312-bda-fix"
KERNEL_ROOTFS_TAG: "20250312-bda-fix"
DEBIAN_PYUTILS_IMAGE: "debian/x86_64_pyutils"
DEBIAN_PYUTILS_TAG: "20250303-hypothesis"