summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorEmma Anholt <emma@anholt.net>2021-09-17 11:52:38 -0700
committerMarge Bot <eric+marge@anholt.net>2021-10-13 00:37:59 +0000
commit613b9c8c4740e695f9b803ed08c2dc8a3b877eba (patch)
tree807d905a6ac275bd80d84961ea1d83bea2b62b38 /.gitlab-ci
parenta00f4c6f7db563c18f8f6b072779c27d38146f54 (diff)
ci: Update deqp to vulkan-cts-1.2.7.1.
Brings in some VK fixes for tilers. Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13253>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/container/build-deqp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/container/build-deqp.sh b/.gitlab-ci/container/build-deqp.sh
index d0e72ad7209..616d504a35d 100644
--- a/.gitlab-ci/container/build-deqp.sh
+++ b/.gitlab-ci/container/build-deqp.sh
@@ -6,7 +6,7 @@ git config --global user.email "mesa@example.com"
git config --global user.name "Mesa CI"
git clone \
https://github.com/KhronosGroup/VK-GL-CTS.git \
- -b vulkan-cts-1.2.7.0 \
+ -b vulkan-cts-1.2.7.1 \
--depth 1 \
/VK-GL-CTS
pushd /VK-GL-CTS