-
Notifications
You must be signed in to change notification settings - Fork 28.5k
Add Windows Arm64 machines to the Flutter try pool #141986
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
Comments
FYI this isn't a high priority. For now we can work around this by making all Windows Arm64 DeviceLab tests post-submit: #141987 |
Not sure how much overall Windows arm64 capacity we have, but if it's not a lot, splitting that among pre and post submit and requiring presubmit arm64 tests for ALL PRs might be a net negative, especially given the percentage of all changes which would potentially ONLY break windows arm64. Would having 1 bot available for manual LED tests be sufficient, or do you want to enforce testing for every PR presubmit? |
If it's even less frequently needed, I think Googlers can request 24 hour permissions to schedule prod led builds. |
Yup this would be fine for now. |
I would suggest that the minimum number of bots in We should take that and the limited inventory of these devices into account when planning our deployment strategy. |
The Flutter try pool does not have any Windows Arm64 machines. Thus, any Windows Arm64 pre-submit tests will fail as there's no machines to run them. This converts the only Windows Arm64 pre-submit test, the plugin test, to run post-submit. See: #141986
The Flutter try pool does not have any Windows Arm64 machines. Thus, any Windows Arm64 pre-submit tests would fail without `bringup: true` as there's no machines to run them. This change will allow us to promote the Windows Arm64 build tests out of `bringup`. See: flutter/flutter#141986 Part of flutter/flutter#129813
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Type of Request
feature request
Infrastructure Environment
DeviceLab
What is happening?
Flutter cannot run Windows Arm64 pre-submit DeviceLab tests
Steps to reproduce
The Flutter try pool does not have any Windows Arm64 machines. Any pull request with a pre-submit Windows Arm64 test will fail.
Example pull request: #137675
Example failure: https://ci.chromium.org/ui/p/flutter/builders/try/Windows_arm64%20plugin_test_windows/3/overview
Expected results
No response
The text was updated successfully, but these errors were encountered: