ci: bump VVL to 1.3.257

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24214>
This commit is contained in:
Mike Blumenkrantz 2023-07-18 09:40:07 -04:00 committed by Marge Bot
parent 0f557ffa26
commit 28b07a7bd2
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
set -ex
VALIDATION_TAG="v1.3.251"
VALIDATION_TAG="v1.3.257"
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-06-07-deqp"
DEBIAN_X86_64_TEST_GL_TAG: "2023-07-02-apitrace-lto"
DEBIAN_X86_64_TEST_GL_TAG: "2023-07-18-vvl"
DEBIAN_X86_64_TEST_VK_TAG: "2023-07-08-weston-0"
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-05-05-ccache-on"
KERNEL_ROOTFS_TAG: "2023-07-11-dekernelize"
KERNEL_ROOTFS_TAG: "2023-07-18-vvl"
KERNEL_TAG: "v6.3.13-for-mesa-ci-bbe75e512c76"
WINDOWS_X64_VS_PATH: "windows/x64_vs"