gitlab-ci: bump Vulkan CTS to 1.2.1.0

Vulkan CTS 1.1.6.0 is quite old.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4179>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4179>
This commit is contained in:
Samuel Pitoiset 2020-03-05 18:10:14 +01:00 committed by Marge Bot
parent af6d8dea00
commit 299fad5585
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ x86_test-gl:
x86_test-vk:
extends: x86_build
variables:
DEBIAN_TAG: &x86_test-vk "2020-03-05"
DEBIAN_TAG: &x86_test-vk "2020-03-16"
# Debian 9 based x86 build image (old LLVM)
x86_build_old:

View File

@ -5,7 +5,7 @@ set -ex
git clone \
--depth 1 \
https://github.com/KhronosGroup/VK-GL-CTS.git \
-b vulkan-cts-1.1.6.0 \
-b vulkan-cts-1.2.1.0 \
/VK-GL-CTS
pushd /VK-GL-CTS