Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(350)

Unified Diff: tools/gardening/lib/src/buildbot_data.dart

Issue 3000493002: Improve output of current-summary gardening tool. (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gardening/lib/src/bot.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gardening/lib/src/buildbot_data.dart
diff --git a/tools/gardening/lib/src/buildbot_data.dart b/tools/gardening/lib/src/buildbot_data.dart
index f017cbd5ae58888dd1cbee9ec34d9762a857e87b..1bb7da410e76fb0df9da033c139475f7b03f8d05 100644
--- a/tools/gardening/lib/src/buildbot_data.dart
+++ b/tools/gardening/lib/src/buildbot_data.dart
@@ -807,6 +807,8 @@ class BuildGroup {
}
return uriList;
}
+
+ String toString() => groupName;
}
/// A group of buildbot subgroups, often shards, that share their test steps,
« no previous file with comments | « tools/gardening/lib/src/bot.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698