ci: Add Android 37 emulator to critical UI test matrix#5775
Draft
runningcode wants to merge 1 commit into
Draft
Conversation
📲 Install BuildsAndroid
|
ba6feb7 to
f6da396
Compare
Contributor
Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 382d6c1 | 306.85 ms | 368.70 ms | 61.85 ms |
| e63ad34 | 323.67 ms | 390.33 ms | 66.67 ms |
| 91bb874 | 310.68 ms | 359.24 ms | 48.56 ms |
| 5865051 | 324.24 ms | 356.02 ms | 31.78 ms |
| 806307f | 357.85 ms | 424.64 ms | 66.79 ms |
| b193867 | 331.08 ms | 397.06 ms | 65.98 ms |
| 0eaac1e | 322.53 ms | 389.31 ms | 66.78 ms |
| 6405ec5 | 310.88 ms | 354.56 ms | 43.69 ms |
| d15471f | 310.66 ms | 368.19 ms | 57.53 ms |
| 951caf7 | 323.66 ms | 392.82 ms | 69.16 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 382d6c1 | 1.58 MiB | 2.29 MiB | 719.85 KiB |
| e63ad34 | 0 B | 0 B | 0 B |
| 91bb874 | 1.58 MiB | 2.13 MiB | 559.07 KiB |
| 5865051 | 0 B | 0 B | 0 B |
| 806307f | 1.58 MiB | 2.10 MiB | 533.42 KiB |
| b193867 | 1.58 MiB | 2.19 MiB | 620.00 KiB |
| 0eaac1e | 1.58 MiB | 2.19 MiB | 619.17 KiB |
| 6405ec5 | 1.58 MiB | 2.12 MiB | 552.23 KiB |
| d15471f | 1.58 MiB | 2.13 MiB | 559.54 KiB |
| 951caf7 | 1.58 MiB | 2.13 MiB | 558.77 KiB |
38d5e8c to
e5714f5
Compare
Extend the critical UI integration test matrix to also run against an API level 37 (Android 17) emulator, keeping CI coverage current with the latest Android platform. API 37 is published only as a minor-versioned image, so the api-level is "37.0" (the platform and system image packages are android-37.0, not android-37). It also ships only as google_apis_ps16k; there is no plain google_apis image for this API level. The API 37 emulator crashes on Vulkan initialization and on snapshot restore, so this row forces software rendering, disables Vulkan, and cold boots. Its system_server can also crash-loop briefly on first boot, so the test step waits for the package manager and retries the APK install. See https://issuetracker.google.com/issues/524601393 Co-Authored-By: Claude Opus 4.8 <[email protected]>
e5714f5 to
2737a55
Compare
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
Add an API level 37 (Android 17) emulator to the critical UI integration test matrix in
integration-tests-ui-critical.yml. The new entry mirrors the existing ones (google_apistarget,canarychannel for ATDs,x86_64arch).💡 Motivation and Context
Keep CI emulator coverage current with the latest Android platform so the critical UI tests catch regressions on Android 17 alongside the existing API 31/33/35/36 runs.
💚 How did you test it?
CI will exercise the new matrix entry on this PR.
📝 Checklist
sendDefaultPIIis enabled.🔮 Next steps
🤖 Generated with Claude Code
#skip-changelog