-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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
Mac mac_host_engine sub builds may timeout when also installing Xcode #150011
Comments
Temporary solution for flutter/flutter#150011. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
CL to allow build configs in engine to set a timeout: https://flutter-review.googlesource.com/c/recipes/+/57980 build config would look like this: {
"builds": [
{
"name": "ci/mac_debug_arm64",
...
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "15a240d",
"cleanup_cache": true
}
},
...
+ "timeout": 10
},
.... |
|
#53355) Allow Mac mac_host_engine tests to run for up to 90 minutes (previously assumed 60) and allow the tests to run on Mac-14. This should give the test more time when it needs to do additional tasks like install Xcode. Timeout was recently added in https://flutter-review.googlesource.com/c/recipes/+/57980. Timeout tested in https://ci.chromium.org/ui/p/flutter/builders/try/Mac%20Engine%20Drone/941415/infra (timeout set to 4 minutes). Fixes flutter/flutter#150011. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
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 |
It seems that sub builds of Mac mac_host_engine have a time limit of 1 hour, however, the builds tend to take ~45 minutes. When it runs on a newly upgrade Mac-14 host, it may timeout if Xcode is also being re-installed, which will push the time it takes over an hour.
https://ci.chromium.org/ui/p/flutter/builders/prod/Mac%20mac_host_engine/10985/infra
The text was updated successfully, but these errors were encountered: