-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[ci] Switch analyze tests to LUCI #4264
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
[ci] Switch analyze tests to LUCI #4264
Conversation
Fully enables the new analyze and downgraded-analyze tests in LUCI, and removes the Cirrus versions. Part of flutter/flutter#114373
feba38e
to
c859275
Compare
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
Hm, looks like this is too slow on the full-repo run. Can we easily see what the gating factor is here (CPU? Memory?) |
All linux VMs are configured the same way though. Couldn't tell why it's slow compared to a passing build. Btw: |
Oh, looking again I don't think it's slow, I think it hung. Maybe a server-side resolver problem or network issue? Comparing the relative time offsets in the logging, the one that didn't finish and the one that did both got through shared_preferences by about minute 9, but then the failing one just never got any further than than (at least, not that was logged). |
Looks like the Cirrus |
auto label is removed for flutter/packages, pr: 4264, due to - The status or check suite Mac_arm64 ios_platform_tests_shard_5 master has failed. Please fix the issues identified (or deflake) before re-applying this label. |
auto label is removed for flutter/packages, pr: 4264, due to - The status or check suite Mac_arm64 ios_platform_tests_shard_5 master has failed. Please fix the issues identified (or deflake) before re-applying this label. |
flutter/packages@9af50d4...95bc1c6 2023-06-22 [email protected] [ci] Switch analyze tests to LUCI (flutter/packages#4264) 2023-06-22 [email protected] Roll Flutter from fc8856e to c40baf4 (57 revisions) (flutter/packages#4270) 2023-06-22 [email protected] [ci] Add LUCI version of build-all for Android (flutter/packages#4236) 2023-06-21 [email protected] [go_router] Adds parent navigator key to ShellRoute and StatefulShell� (flutter/packages#4201) 2023-06-21 [email protected] [pigeon] Add macOS Obj-C support (flutter/packages#4267) 2023-06-21 [email protected] [tools] Fix format instructions (flutter/packages#4259) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Fully enables the new analyze and downgraded-analyze tests in LUCI, and removes the Cirrus versions.
Part of flutter/flutter#114373