Skip to content

Commit cd6e107

Browse files
authored
Clean up Android testing devices (#1880)
* Fix FTL Galaxy S25 Ultra (pa3q) Android version to 35 Firebase Test Lab only supports Android 35 for the Galaxy S25 Ultra (pa3q), not Android 36. Using version 36 caused FTL to decline/skip the test run with exit code 18 (Outcome: Skipped). Verified using: gcloud firebase test android models list * Update FTL emulator matrix to test API 26 and API 35 - Set emulator_ftl_target (baseline) to API 26 (oldest FTL emulator version) and removed the invalid non-ARM Pixel2 model. - Set emulator_ftl_latest (latest) to API 35 (Android 15) and removed Pixel2.arm since it only supports up to API 33. * Revert FTL emulator versions to 28/32, keeping Pixel2 (non-arm) removal Revert the target and latest emulator versions back to their original values of 28 and 32 respectively. Keep only the removal of the invalid/obsolete Pixel2 (non-arm) device from emulator_ftl_target.
1 parent 272108f commit cd6e107

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/gha/print_matrix_configuration.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,10 @@
185185
{"type": "ftl", "device": "model=rango,version=36"}, # Pixel 10 Pro Fold
186186
{"type": "ftl", "device": "model=tangorpro,version=33"}, # Pixel Tablet
187187
{"type": "ftl", "device": "model=gts9wifi,version=34"}, # Galaxy Tab S9
188-
{"type": "ftl", "device": "model=pa3q,version=36"}, # Galaxy S25 Ultra
188+
{"type": "ftl", "device": "model=pa3q,version=35"}, # Galaxy S25 Ultra
189189
{"type": "ftl", "device": "model=b6q,version=34"}, # Galaxy Z Flip6
190190
],
191191
"emulator_ftl_target": [
192-
{"type": "ftl", "device": "model=Pixel2,version=28"},
193192
{"type": "ftl", "device": "model=Pixel2.arm,version=28"},
194193
{"type": "ftl", "device": "model=MediumPhone.arm,version=28"},
195194
{"type": "ftl", "device": "model=MediumTablet.arm,version=28"},

0 commit comments

Comments
 (0)