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

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

Issue 2915043002: Added find-shard to bot.dart. (Closed)
Patch Set: Created 3 years, 7 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/bin/find_shard.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gardening/bin/bot.dart
diff --git a/tools/gardening/bin/bot.dart b/tools/gardening/bin/bot.dart
index 2a39c5140344f67f5c6e123855502f978b3adca0..2226637700bf1daad5b00cfe61a302a6bccfc5b4 100644
--- a/tools/gardening/bin/bot.dart
+++ b/tools/gardening/bin/bot.dart
@@ -8,6 +8,7 @@ import 'dart:io';
import 'compare_failures.dart' as compare_failures;
import 'current_summary.dart' as current_summary;
import 'status_summary.dart' as status_summary;
+import 'find_shard.dart' as find_shard;
typedef Future MainFunction(List<String> args);
@@ -32,6 +33,7 @@ const Map<String, MainFunction> commands = const <String, MainFunction>{
"compare-failures": compare_failures.main,
"current-summary": current_summary.main,
"status-summary": status_summary.main,
+ "find-shard": find_shard.main,
};
main(List<String> args) async {
« no previous file with comments | « no previous file | tools/gardening/bin/find_shard.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698