ci: Update deqp-runner to pull in gtest suite support

This version notably also brings in vkd3d-proton support.
Also remove the redundant DEBIAN_TEST_ANDROID_TAG mention.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39015>
This commit is contained in:
Valentine Burley 2025-12-18 08:25:03 +01:00 committed by Marge Bot
parent d2a9122cfa
commit efcea3a6a4
2 changed files with 2 additions and 3 deletions

View file

@ -3,14 +3,13 @@
# When changing this file, you need to bump the following
# .gitlab-ci/image-tags.yml tags:
# DEBIAN_TEST_ANDROID_TAG
# DEBIAN_TEST_BASE_TAG
set -uex
section_start deqp-runner "Building deqp-runner"
DEQP_RUNNER_VERSION=0.20.3
DEQP_RUNNER_VERSION=0.21.0
commits_to_backport=(
)

View file

@ -22,7 +22,7 @@ variables:
DEBIAN_BUILD_BASE_TAG: "20251016-riscv"
DEBIAN_BUILD_TAG: "20260106-android16"
DEBIAN_TEST_BASE_TAG: "20251203-virgl"
DEBIAN_TEST_BASE_TAG: "20260113-deqp-runner"
DEBIAN_TEST_ANDROID_TAG: "20260114-vkcts"
DEBIAN_TEST_GL_TAG: "20260115-vvl"
DEBIAN_TEST_VIDEO_TAG: "20250813-vector"