diff --git a/.gitlab-ci/container/debian/x86_64_test-android.sh b/.gitlab-ci/container/debian/x86_64_test-android.sh index 7f9c0a4b9c7..adb1b99fd11 100755 --- a/.gitlab-ci/container/debian/x86_64_test-android.sh +++ b/.gitlab-ci/container/debian/x86_64_test-android.sh @@ -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 diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index aaa53bc6d7a..c1b947ae737 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -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"