ci: Uprev VKCTS to 1.4.1.1

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32817>
This commit is contained in:
Valentine Burley
2025-01-09 12:41:02 +01:00
committed by Marge Bot
parent 618bd07809
commit d195e411fa
15 changed files with 117 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ uncollapsed_section_start deqp-$deqp_api "Building dEQP $DEQP_API"
# - the GLES release produces `deqp-gles*` and `deqp-egl`
DEQP_MAIN_COMMIT=a9988483c0864d7190e5e6264ccead95423dfd00
DEQP_VK_VERSION=1.4.1.0
DEQP_VK_VERSION=1.4.1.1
DEQP_GL_VERSION=4.6.5.0
DEQP_GLES_VERSION=3.2.11.0

View File

@@ -27,10 +27,10 @@ variables:
DEBIAN_ARM64_TEST_IMAGE_VK_PATH: "debian/arm64_test-vk"
DEBIAN_X86_64_TEST_ANDROID_IMAGE_PATH: "debian/x86_64_test-android"
DEBIAN_TEST_ANDROID_TAG: "20250127-vkcts-main"
DEBIAN_TEST_ANDROID_TAG: "20250128-vkcts"
DEBIAN_TEST_GL_TAG: "20250127-vkcts-main"
DEBIAN_TEST_VK_TAG: "20250127-vkcts-main"
KERNEL_ROOTFS_TAG: "20250127-vkcts-main"
DEBIAN_TEST_VK_TAG: "20250128-vkcts"
KERNEL_ROOTFS_TAG: "20250128-vkcts"
DEBIAN_PYUTILS_IMAGE: "debian/x86_64_pyutils"
DEBIAN_PYUTILS_TAG: "20241223-pyutils"