From 0035d0c81021786e16dbfdd395951dad13290fe2 Mon Sep 17 00:00:00 2001 From: Justin Tracey Date: Sun, 29 Sep 2024 14:35:10 -0400 Subject: [PATCH] Android CI: enable emulator metrics The emulator executable has a warning that enabling or disabling metrics collection (for the emulator developers) will at some point become blocking. Since there's nothing sensitive about CI runs, this commit enables them now. --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 2d60c6b0e..cfc400330 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -20,7 +20,7 @@ concurrency: env: TERMUX: v0.118.0 KEY_POSTFIX: nextest+rustc-hash+adb+sshd+upgrade+XGB+inc18 - COMMON_EMULATOR_OPTIONS: -no-window -noaudio -no-boot-anim -camera-back none -gpu swiftshader_indirect + COMMON_EMULATOR_OPTIONS: -no-window -noaudio -no-boot-anim -camera-back none -gpu swiftshader_indirect -metrics-collection EMULATOR_DISK_SIZE: 12GB EMULATOR_HEAP_SIZE: 2048M EMULATOR_BOOT_TIMEOUT: 1200 # 20min