ci: uprev vkd3d to fix some nvk tests

6be7810766...f0a3820468

The last commit fixes a vkd3d behaviour that's out of spec but is known to work
on AMD hardware to only do that on AMD, thereby fixing at least NVK.

Unfortunately, this also brings a bunch of new failures.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36504>
This commit is contained in:
Eric Engestrom
2025-07-31 21:49:04 +02:00
committed by Marge Bot
parent 5fd71adbd1
commit 9ea55d12f6
12 changed files with 86 additions and 11 deletions

View File

@@ -4,4 +4,4 @@ variables:
CONDITIONAL_BUILD_CROSVM_TAG: 0f59350b1052bdbb28b65a832b494377
CONDITIONAL_BUILD_FLUSTER_TAG: 3bc3afd7468e106afcbfd569a85f34f9
CONDITIONAL_BUILD_PIGLIT_TAG: 3dec1e03175e4cca1f644435e4e479d5
CONDITIONAL_BUILD_VKD3D_PROTON_TAG: 82cadf35246e64a8228bf759c9c19e5b
CONDITIONAL_BUILD_VKD3D_PROTON_TAG: 2ab2bd0e4b3db09d40f998e8a47a395d

View File

@@ -11,7 +11,7 @@ section_start vkd3d-proton "Building vkd3d-proton"
# setting up the environment variables locally
ci_tag_build_time_check "VKD3D_PROTON_TAG"
VKD3D_PROTON_COMMIT="6be781076617cb2cb3038710618acc3b57a674db"
VKD3D_PROTON_COMMIT="f0a3820468b5f18d502fb84d219ca19c148c2422"
VKD3D_PROTON_DST_DIR="/vkd3d-proton-tests"
VKD3D_PROTON_SRC_DIR="/vkd3d-proton-src"

View File

@@ -26,7 +26,7 @@ variables:
DEBIAN_TEST_ANDROID_TAG: "20250722-libwayland"
DEBIAN_TEST_GL_TAG: "20250731-piglit-c3"
DEBIAN_TEST_VIDEO_TAG: "20250609-helper"
DEBIAN_TEST_VK_TAG: "20250731-piglit-c3"
DEBIAN_TEST_VK_TAG: "20250804-vkd3d"
ALPINE_X86_64_BUILD_TAG: "20250722-libwayland"
ALPINE_X86_64_LAVA_SSH_TAG: "20250423-rootfs"