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:
parent
d2a9122cfa
commit
efcea3a6a4
2 changed files with 2 additions and 3 deletions
|
|
@ -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=(
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue