1
0
Fork 0

CI: Update cuttlefish container tags

Force the cuttlefish container to rebuild, then fetch the new cuttlefish
tarball by rebuilding the android container in which the CI test jobs run.

Signed-off-by: Deborah Brouwer <deborah.brouwer@collabora.com>
This commit is contained in:
Deborah Brouwer 2025-09-29 16:59:46 -07:00
parent 624a1d975f
commit e54f0897ed

View file

@ -4,11 +4,11 @@
variables:
DEBIAN_CUTTLEFISH_IMAGE: "debian/x86_64_cuttlefish"
DEBIAN_CUTTLEFISH_TAG: "20250827_rf"
DEBIAN_CUTTLEFISH_TAG: "20251003_mesa"
UBUNTU_AOSPLESS_IMAGE: "ubuntu/x86_64_aospless"
UBUNTU_AOSPLESS_TAG: "20250815_a16"
UBUNTU_ANDROID_IMAGE: "ubuntu/x86_64_android"
UBUNTU_ANDROID_TAG: "20250828_rf"
UBUNTU_ANDROID_TAG: "20251003_mesa"
UBUNTU_ANDROID_TOOLS_IMAGE: "ubuntu/x86_64_android_tools"
UBUNTU_ANDROID_TOOLS_TAG: "20250827_rf"
UBUNTU_ANDROID_BINARIES_IMAGE: "ubuntu/x86_64_android_binaries"