ci: bump VVL to 1.3.261

Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24478>
This commit is contained in:
Mike Blumenkrantz
2023-08-03 11:44:10 -04:00
committed by Marge Bot
parent d686cadfbf
commit 4e9b20beb9
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -15,13 +15,13 @@ variables:
DEBIAN_X86_64_TEST_ANDROID_IMAGE_PATH: "debian/x86_64_test-android"
DEBIAN_X86_64_TEST_ANDROID_TAG: "2023-08-03-deqp-mold"
DEBIAN_X86_64_TEST_GL_TAG: "2023-08-03-deqp-mold"
DEBIAN_X86_64_TEST_GL_TAG: "2023-08-07-vvl"
DEBIAN_X86_64_TEST_VK_TAG: "2023-08-03-deqp-mold"
ALPINE_X86_64_BUILD_TAG: "2023-05-01-3.18-bump-1"
ALPINE_X86_64_LAVA_SSH_TAG: "2023-06-26-first-version"
FEDORA_X86_64_BUILD_TAG: "2023-07-26-meson-1.2"
KERNEL_ROOTFS_TAG: "2023-08-03-mold"
KERNEL_ROOTFS_TAG: "2023-08-07-vvl"
KERNEL_TAG: "v6.3.13-for-mesa-ci-a7f02a9f9591"
WINDOWS_X64_VS_PATH: "windows/x64_vs"