Skip to content

Conversation

@itsjustkevin
Copy link
Contributor

Updates conductor instructions to point to the new console link.

@flutter-dashboard flutter-dashboard bot added the c: contributor-productivity Team-specific productivity, code health, technical debt. label Dec 20, 2022
@itsjustkevin itsjustkevin changed the title update post-release builder links [conductor] update post-release builder links Dec 20, 2022
@itsjustkevin itsjustkevin self-assigned this Dec 20, 2022
@itsjustkevin itsjustkevin added team: release autosubmit Merge PR when tree becomes green via auto submit App labels Dec 20, 2022
@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Dec 20, 2022
@auto-submit
Copy link
Contributor

auto-submit bot commented Dec 20, 2022

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.

Copy link
Contributor

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.

Copy link
Contributor Author

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?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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';
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c: contributor-productivity Team-specific productivity, code health, technical debt.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants