-
Notifications
You must be signed in to change notification settings - Fork 28.7k
Updated AVD dependencies for linux_android_emu for Android 16 #169121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
autosubmit label was removed for flutter/flutter/169121, because - The status or check suite Linux_android_emu android_engine_vulkan_tests has failed. Please fix the issues identified (or deflake) before re-applying this label. |
autosubmit label was removed for flutter/flutter/169121, because - The status or check suite Linux_android_emu android_engine_vulkan_tests has failed. Please fix the issues identified (or deflake) before re-applying this label. |
… only avd is updated
…utter into update-framework-ci-avd-to-36
Golden file changes have been found for this pull request. Click here to view and triage (e.g. because this is an intentional change). If you are still iterating on this change and are not ready to resolve the images on the Flutter Gold dashboard, consider marking this PR as a draft pull request above. You will still be able to view image results on the dashboard, commenting will be silenced, and the check will not try to resolve itself until marked ready for review. For more guidance, visit Writing a golden file test for Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
Experimented with and monitored for flakiness using a 36 emulator for
linux_android_emu_unstable
. After >= 200 commits, it looks like this test target is stable. Since we have confirmed the 36 emulator forlinux_android_emu_unstable
is stable, we can update thelinux_android_emu
to use the same emulator.Update: Ran into API 36 emulator issue where multiple platform view modes fail here that breaks integration tests under the
android_engine_vulkan_tests
test target. To continue with the Android 16 AVD update, theandroid_engine_vulkan_tests
test target is now using configurations from the newly created platform propertylinux_android_emu_vulkan_stable
, which is configured to use an API 35 AVD.linux_android_emu
is updated to use a API 36 AVD. All test targets using the linux_android_emu platform property configurations will use an API 36 AVD.Partially Addresses #163071
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.