ci/android: upgrade DEBIAN_TEST_ANDROID_TAG

Also add a note in .gitlab-ci/container/debian/x86_64_test-android.sh
that DEBIAN_TEST_ANDROID_TAG needs to be updated when that file changes
too.

Reviewed-by: Eric Engestrom <None>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30895>
This commit is contained in:
Antonio Ospite
2024-11-12 15:26:19 +01:00
committed by Marge Bot
parent 578fb242f9
commit 6df997f6bc
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
#!/usr/bin/env bash
# The relative paths in this file only become valid at runtime.
# shellcheck disable=SC1091
#
# When changing this file, you need to bump the following
# .gitlab-ci/image-tags.yml tags:
# DEBIAN_TEST_ANDROID_TAG
set -e

View File

@@ -27,7 +27,7 @@ variables:
DEBIAN_ARM64_TEST_IMAGE_VK_PATH: "debian/arm64_test-vk"
DEBIAN_X86_64_TEST_ANDROID_IMAGE_PATH: "debian/x86_64_test-android"
DEBIAN_TEST_ANDROID_TAG: "20241127-main-patch"
DEBIAN_TEST_ANDROID_TAG: "20241220-venus"
DEBIAN_TEST_GL_TAG: "20241210-piglit-4c"
DEBIAN_TEST_VK_TAG: "20241217-vkd3d"
KERNEL_ROOTFS_TAG: "20241217-vkd3d"