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

Unified Diff: tools/gardening/bin/current_summary.dart

Issue 2998993002: Use timeout to read most recent build from http (Closed)
Patch Set: Updated cf. comments 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 | « no previous file | tools/gardening/lib/src/buildbot_loading.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gardening/bin/current_summary.dart
diff --git a/tools/gardening/bin/current_summary.dart b/tools/gardening/bin/current_summary.dart
index ff9520d4f6b1007c6e956189bbdf1ab5214b17ea..da3261bb1a666a3a10067d333fc4e8d06e4c0436 100644
--- a/tools/gardening/bin/current_summary.dart
+++ b/tools/gardening/bin/current_summary.dart
@@ -57,8 +57,6 @@ main(List<String> args) async {
log('Skipping group $group');
continue;
}
- // TODO(johnniwinther): Support reading a partially completed shard from
- // http, i.e. always use build number `-1`.
List<BuildUri> uriList = group.createUris(bot.mostRecentBuildNumber);
if (uriList.isEmpty) continue;
print('Fetching "${uriList.first}" + ${uriList.length - 1} more ...');
« no previous file with comments | « no previous file | tools/gardening/lib/src/buildbot_loading.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698