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

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

Issue 2759533003: Fixed bug: last entry was missing from shard_data.dart (Closed)
Patch Set: Added script tag to shard2group.dart Created 3 years, 9 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/bin/shard2group.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/shard_data.dart
diff --git a/tools/gardening/lib/src/shard_data.dart b/tools/gardening/lib/src/shard_data.dart
index f32ccdcc011019973739e0ae697f1993510bc9a5..66b9b44fdca3b256d4cf2f562b4992efb6534a30 100644
--- a/tools/gardening/lib/src/shard_data.dart
+++ b/tools/gardening/lib/src/shard_data.dart
@@ -462,4 +462,9 @@ const Map<String, List<String>> shardGroups = const {
'dartium-mac-x64-inc-integration',
'dartium-win-ia32-inc-integration',
],
+ 'dartium-full-integration': const <String>[
+ 'dartium-linux-x64-integration',
+ 'dartium-mac-x64-integration',
+ 'dartium-win-ia32-integration',
+ ],
};
« no previous file with comments | « tools/gardening/bin/shard2group.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698