mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-15 00:10:25 +01:00
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:
parent
578fb242f9
commit
6df997f6bc
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue