aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2020-03-05 18:10:14 +0100
committerMarge Bot <[email protected]>2020-03-16 14:36:41 +0000
commit299fad5585c2b969ceebc5ad2bd4df1ad446ee1a (patch)
tree3b63f81e06cc7bd80ac37df42aaf09d5849de833 /.gitlab-ci
parentaf6d8dea008bfc1a2cc5e82caa2f36ff6657deaa (diff)
gitlab-ci: bump Vulkan CTS to 1.2.1.0
Vulkan CTS 1.1.6.0 is quite old. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4179> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4179>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/build-deqp-vk.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/build-deqp-vk.sh b/.gitlab-ci/build-deqp-vk.sh
index 16db1883843..f4e2af38796 100644
--- a/.gitlab-ci/build-deqp-vk.sh
+++ b/.gitlab-ci/build-deqp-vk.sh
@@ -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