[infra] LUCI gives Mac flakiness, unreadable logs and wrong analyze result · Issue #160784 · flutter/flutter · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a PR in flutter/packages/flutter_tools but:
Linux mac_android_aot_engine gives unstable result and failed 2 times in 3 attempts.
CI logs have unreadable symbols due to wrong encoding (at least on analyze fail)
On my machine dart analyze in folder /flutter_tools/ is ok, but it repo failed in LUCI.
Can we make prehook on each commit that will make dart analyze fix instead of dart analyze?
Fix for character encoding. And make mac_android_aot_engine as last target. Thanks.
Steps to reproduce
Make your own PR in flutter.
Fight with CI.
Expected results
Good DX on pull requests.
The text was updated successfully, but these errors were encountered:
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 flutter doctor -v and a minimal reproduction of the issue.
Type of Request
bug
Infrastructure Environment
LUCI, Github
What is happening?
I made a PR in flutter/packages/flutter_tools but:
dart analyze
in folder /flutter_tools/ is ok, but it repo failed in LUCI.Can we make prehook on each commit that will make
dart analyze fix
instead ofdart analyze
?Fix for character encoding. And make mac_android_aot_engine as last target. Thanks.
Steps to reproduce
Expected results
Good DX on pull requests.
The text was updated successfully, but these errors were encountered: