From e54f0897ed3fcf2e901e1064efc412b5230e20ef Mon Sep 17 00:00:00 2001 From: Deborah Brouwer Date: Mon, 29 Sep 2025 16:59:46 -0700 Subject: [PATCH] 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 --- .ci/image-tags.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/image-tags.yml b/.ci/image-tags.yml index 907f7c5..5bb6bab 100644 --- a/.ci/image-tags.yml +++ b/.ci/image-tags.yml @@ -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"