ci: update VVL to current week

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33651>
This commit is contained in:
Mike Blumenkrantz 2025-02-20 12:57:01 -05:00 committed by Marge Bot
parent 0b7611824a
commit bf5273dd38
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ set -uex
uncollapsed_section_start vulkan-validation "Building Vulkan validation layers"
VALIDATION_TAG="snapshot-2024wk39"
VALIDATION_TAG="snapshot-2025wk15"
git clone -b "$VALIDATION_TAG" --single-branch --depth 1 https://github.com/KhronosGroup/Vulkan-ValidationLayers.git
pushd Vulkan-ValidationLayers

View file

@ -24,9 +24,9 @@ variables:
DEBIAN_BUILD_TAG: "20250324-android"
DEBIAN_TEST_ANDROID_TAG: "20250411-vkcts-main"
DEBIAN_TEST_GL_TAG: "20250411-vkcts-main"
DEBIAN_TEST_GL_TAG: "20250414-vvl"
DEBIAN_TEST_VK_TAG: "20250411-vkcts-main"
KERNEL_ROOTFS_TAG: "20250411-vkcts-main"
KERNEL_ROOTFS_TAG: "20250414-vvl"
DEBIAN_PYUTILS_TAG: "20250321-s3cp-fix5"