MBL-2734 Update circleci image tag to 2025.10.1 (#2444)

MBL-2734 circleci finally updated their android-machine image to includes android 36
This commit is contained in:
Yun Cheng
2025-11-17 09:50:05 -05:00
committed by GitHub
parent e22d34c8d9
commit 0fa1e906a2

View File

@@ -2,22 +2,10 @@ aws_cli_setup: &aws_cli_setup
role-arn: $AWS_ROLE_ARN
base_job: &base_job
docker:
- image: cimg/android:2025.08.1 #https://circleci.com/developer/images/image/cimg/android
resource_class: xlarge
working_directory: "~/project"
environment:
TERM: dumb
ADB_INSTALL_TIMEOUT: 8
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError"'
emulator_job: &emulator_job
executor:
name: android/android-machine
resource-class: xlarge
# TODO: Check at EOY if circleci updated the android machine to support 2025.04.1
# https://kickstarter.atlassian.net/browse/MBL-2734
tag: 2024.11.1 #https://circleci.com/developer/images/image/cimg/android
tag: 2025.10.1 #https://circleci.com/developer/images/image/cimg/android
working_directory: "~/project"
environment:
TERM: dumb
@@ -90,7 +78,7 @@ jobs:
token: CODECOV_TOKEN
snapshot-test:
<<: *emulator_job
<<: *base_job
steps:
- checkout
- run: