ci: update VKCTS main to 76c1572eaba42d7ddd9bb8eb5788e52dd932068e

RADV is the only driver using VKCTS main.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34299>
This commit is contained in:
Samuel Pitoiset
2025-04-11 17:27:30 +02:00
committed by Marge Bot
parent 410f7f9f6e
commit 8ea46b14fa
10 changed files with 485 additions and 5 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ set -x
# - the GL release produces `glcts`, and
# - the GLES release produces `deqp-gles*` and `deqp-egl`
DEQP_MAIN_COMMIT=ba86fb95004331f2cf571dd9adefe2458290ee11
DEQP_MAIN_COMMIT=76c1572eaba42d7ddd9bb8eb5788e52dd932068e
DEQP_VK_VERSION=1.4.1.1
DEQP_GL_VERSION=4.6.5.0
DEQP_GLES_VERSION=3.2.11.0
+4 -4
View File
@@ -23,10 +23,10 @@ variables:
DEBIAN_BUILD_TAG: "20250324-android"
DEBIAN_TEST_ANDROID_TAG: "20250407-angle-38"
DEBIAN_TEST_GL_TAG: "20250408-virgl"
DEBIAN_TEST_VK_TAG: "20250408-virgl"
KERNEL_ROOTFS_TAG: "20250408-virgl"
DEBIAN_TEST_ANDROID_TAG: "20250411-vkcts-main"
DEBIAN_TEST_GL_TAG: "20250411-vkcts-main"
DEBIAN_TEST_VK_TAG: "20250411-vkcts-main"
KERNEL_ROOTFS_TAG: "20250411-vkcts-main"
DEBIAN_PYUTILS_TAG: "20250321-s3cp-fix5"