-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add Android Maui Startup testing #64121
Add Android Maui Startup testing #64121
Conversation
…orking for android startup with the new adb method being used.
…issing during the lags.
Tagging subscribers to this area: @hoyosjs Issue DetailsThis adds the Android Maui Startup scenario to the android_scenarios.proj file and slightly modifies the test.py format to match the new flows arguments. The new flow also enabled the removal of the compilation of the Hello Android app with diagnostics. This work is in tandem with dotnet/performance#2219.
|
Tagging subscribers to this area: @directhex Issue DetailsThis adds the Android Maui Startup scenario to the android_scenarios.proj file and slightly modifies the test.py format to match the new flows arguments. The new flow also enabled the removal of the compilation of the Hello Android app with diagnostics. This work is in tandem with dotnet/performance#2219.
|
cc @naricc |
Added iOS for runtime build for package replacement, running a test right now. Will update once setup files are set properly before merge. |
…d typo to runtime to better match actual meaning.
Test succeeded in areas they were likely to affect, and branch was changed back. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Setup test pipeline for closest possible setup to what is currently working for android startup with the new adb method being used. * Fix android scenario problems. * Use latest xharness version for testing popen fix. * Wrong branch changed. * Final run setup for runtime part of the repo. * Use test branch for full run test and keep it until the test finishes. * Change perf pull branch back to main, hold until test run is complete. * Add in iOS runtime builds for sure, and change branch for testing. * Add in the file extraction of the built ios packs and changed workload typo to runtime to better match actual meaning. * Revert back to main branch for setup. * Git missed ios-arm runtime extraction, add that in.
This adds the Android Maui Startup scenario to the android_scenarios.proj file and slightly modifies the test.py format to match the new flows arguments. The new flow also enabled the removal of the compilation of the Hello Android app with diagnostics. This work is in tandem with dotnet/performance#2219.