ci: bump VVL to 1.3.263

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24925>
This commit is contained in:
Mike Blumenkrantz
2023-08-29 07:23:21 -04:00
committed by Marge Bot
parent ddc3c18e4a
commit 738eb0d78c
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -22,13 +22,13 @@ variables:
DEBIAN_X86_64_TEST_ANDROID_IMAGE_PATH: "debian/x86_64_test-android"
DEBIAN_X86_64_TEST_ANDROID_TAG: "2023-09-01-deqp-snorm"
DEBIAN_X86_64_TEST_GL_TAG: "2023-09-01-deqp-snorm"
DEBIAN_X86_64_TEST_GL_TAG: "2023-09-06-vvl"
DEBIAN_X86_64_TEST_VK_TAG: "2023-09-01-snorm"
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-09-01-snorm"
KERNEL_ROOTFS_TAG: "2023-09-06-vvl"
KERNEL_TAG: "v6.4.12-for-mesa-ci-f6b4ad45f48d"
WINDOWS_X64_VS_PATH: "windows/x64_vs"