ci: bump vvl to v1.3.289

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30025>
This commit is contained in:
Mike Blumenkrantz 2024-07-03 13:13:25 -04:00 committed by Marge Bot
parent 6f1f3ba444
commit 03a85edff7
2 changed files with 4 additions and 4 deletions

View File

@ -3,11 +3,11 @@
# When changing this file, you need to bump the following
# .gitlab-ci/image-tags.yml tags:
# DEBIAN_TEST_GL_TAG
# KERNEL_ROOTFS_TAG:
# KERNEL_ROOTFS_TAG
set -ex
VALIDATION_TAG="v1.3.285"
VALIDATION_TAG="v1.3.289"
git clone -b "$VALIDATION_TAG" --single-branch --depth 1 https://github.com/KhronosGroup/Vulkan-ValidationLayers.git
pushd Vulkan-ValidationLayers

View File

@ -28,9 +28,9 @@ variables:
DEBIAN_X86_64_TEST_ANDROID_IMAGE_PATH: "debian/x86_64_test-android"
DEBIAN_TEST_ANDROID_TAG: "20240423-deqp"
DEBIAN_TEST_GL_TAG: "20240627-piglit-64"
DEBIAN_TEST_GL_TAG: "20240703-vvl"
DEBIAN_TEST_VK_TAG: "20240703-vkd3d"
KERNEL_ROOTFS_TAG: "20240703-vkd3d"
KERNEL_ROOTFS_TAG: "20240703-vvl"
ALPINE_X86_64_BUILD_TAG: "20240620-sphinx"
ALPINE_X86_64_LAVA_SSH_TAG: "20240401-wlproto"