ci: bump VVL to v1.3.285

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29198>
This commit is contained in:
Mike Blumenkrantz
2024-05-14 10:06:03 -04:00
committed by Marge Bot
parent f4a66eadf9
commit 1240fbba21
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
set -ex set -ex
VALIDATION_TAG="snapshot-2024wk19" VALIDATION_TAG="v1.3.285"
git clone -b "$VALIDATION_TAG" --single-branch --depth 1 https://github.com/KhronosGroup/Vulkan-ValidationLayers.git git clone -b "$VALIDATION_TAG" --single-branch --depth 1 https://github.com/KhronosGroup/Vulkan-ValidationLayers.git
pushd Vulkan-ValidationLayers pushd Vulkan-ValidationLayers

View File

@@ -25,9 +25,9 @@ variables:
DEBIAN_X86_64_TEST_ANDROID_IMAGE_PATH: "debian/x86_64_test-android" DEBIAN_X86_64_TEST_ANDROID_IMAGE_PATH: "debian/x86_64_test-android"
DEBIAN_X86_64_TEST_ANDROID_TAG: "20240423-deqp" DEBIAN_X86_64_TEST_ANDROID_TAG: "20240423-deqp"
DEBIAN_X86_64_TEST_GL_TAG: "20240513-vvl" DEBIAN_X86_64_TEST_GL_TAG: "20240514-vvl"
DEBIAN_X86_64_TEST_VK_TAG: "20240506-pointsize" DEBIAN_X86_64_TEST_VK_TAG: "20240506-pointsize"
KERNEL_ROOTFS_TAG: "20240513-vvl" KERNEL_ROOTFS_TAG: "20240514-vvl"
ALPINE_X86_64_BUILD_TAG: "20240412-pycparser" ALPINE_X86_64_BUILD_TAG: "20240412-pycparser"
ALPINE_X86_64_LAVA_SSH_TAG: "20240401-wlproto" ALPINE_X86_64_LAVA_SSH_TAG: "20240401-wlproto"