From 044cab6751e76112979d435cdcbf24ccc517f4fd Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 26 Nov 2024 11:02:14 +0100 Subject: [PATCH] ci/deqp: mention the deqp api in the version string Part-of: --- .gitlab-ci/container/build-deqp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/container/build-deqp.sh b/.gitlab-ci/container/build-deqp.sh index 47566ff3585..5858ae45d29 100644 --- a/.gitlab-ci/container/build-deqp.sh +++ b/.gitlab-ci/container/build-deqp.sh @@ -145,9 +145,9 @@ done { if [ "$DEQP_VERSION" = "$DEQP_MAIN_COMMIT" ]; then commit_desc=$(git show --no-patch --format='commit %h on %ci' --abbrev=10 "$DEQP_COMMIT") - echo "dEQP main at $commit_desc" + echo "dEQP $DEQP_API at $commit_desc" else - echo "dEQP base version $DEQP_VERSION" + echo "dEQP $DEQP_API version $DEQP_VERSION" fi echo "The following local patches are applied on top:" git log --reverse --oneline "$DEQP_COMMIT".. --format='- %s'