-
Notifications
You must be signed in to change notification settings - Fork 29.8k
[conductor] update post-release builder links #117360
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
Conversation
|
auto label is removed for flutter/flutter, pr: 117360, due to - The status or check suite Mac_ios hot_mode_dev_cycle_macos_target__benchmark has failed. Please fix the issues identified (or deflake) before re-applying this label. |
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.
This one and the flutter one may need to stay the same for now. Dart-internal will have the engine dashboards only after the migration to recipes v2.
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.
We monitor engine tests through cocoon, do we need to be monitoring at the luci level also?
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.
| String luciConsoleLink(String channel, String groupName) { | |
| String luciConsoleLink(String channel, String groupName) { | |
| assert( | |
| globals.kReleaseChannels.contains(channel), | |
| 'channel $channel not recognized', | |
| ); | |
| assert( | |
| <String>['flutter', 'engine', 'packaging'].contains(groupName), | |
| 'group named $groupName not recognized', | |
| ); | |
| final String consoleName = | |
| channel == 'master' ? groupName : '${channel}_$groupName'; | |
| if (groupName == 'packaging') { | |
| return 'https://luci-milo.appspot.com/p/dart-internal/g/flutter_packaging/console'' | |
| } | |
| return 'https://ci.chromium.org/p/flutter/g/$consoleName/console'; | |
| } |
Updates conductor instructions to point to the new console link.