Commit cd6e107
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
193 | 192 | | |
194 | 193 | | |
195 | 194 | | |
| |||
0 commit comments