ci/build-deqp: split deqp version into a variable

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26013>
This commit is contained in:
Eric Engestrom
2023-11-02 17:22:14 +00:00
committed by Marge Bot
parent 22f4ca2cf3
commit a61dcdd4b1

View File

@@ -10,11 +10,13 @@
set -ex -o pipefail
DEQP_VERSION=vulkan-cts-1.3.7.0
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.3.7.0 \
-b $DEQP_VERSION \
--depth 1 \
/VK-GL-CTS
pushd /VK-GL-CTS