Clean up Android testing devices#1880
Open
AustinBenoit wants to merge 3 commits into
Open
Conversation
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
- 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 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.
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the GitHub Actions matrix configuration in scripts/gha/print_matrix_configuration.py. Specifically, it downgrades the target version for the Galaxy S25 Ultra (model=pa3q) from 36 to 35, and removes the non-ARM Pixel2 emulator target (model=Pixel2,version=28) from the FTL emulator targets. There are no review comments, so I have no feedback to provide.
a-maurice
approved these changes
Jul 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Trying to prevent android flakes. The pa3q only has version 35.
The Pixel2 non arm doesn't come up anymore as a target too. It still works but I will remove it anyways.
Testing
Integration test will run
Type of Change
Place an
xthe applicable box:Notes
Release Notessection ofrelease_build_files/readme.md.