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

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

Issue 2858623002: Remove MIPS support (Closed)
Patch Set: Merge and cleanup Created 3 years, 6 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/buildbot_data.dart ('k') | tools/gn.py » ('j') | 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 d80fcfaf10e100051e084a6636b00336e457190a..5553b941ee14e357c391af4006b8a52c042b65ff 100644
--- a/tools/gardening/lib/src/shard_data.dart
+++ b/tools/gardening/lib/src/shard_data.dart
@@ -22,8 +22,6 @@ const Map<String, List<String>> shardGroups = const {
'vm-win-release-x64-be',
'vm-win-debug-ia32-be',
'vm-win-release-ia32-be',
- 'vm-linux-debug-simmips-be',
- 'vm-linux-release-simmips-be',
'vm-linux-debug-simarm-be',
'vm-linux-release-simarm-be',
'vm-linux-release-simarm64-be',
@@ -175,8 +173,6 @@ const Map<String, List<String>> shardGroups = const {
'vm-win-release-x64-dev',
'vm-win-debug-ia32-dev',
'vm-win-release-ia32-dev',
- 'vm-linux-debug-simmips-dev',
- 'vm-linux-release-simmips-dev',
'vm-linux-debug-simarm-dev',
'vm-linux-release-simarm-dev',
'vm-linux-release-simarm64-dev',
@@ -356,8 +352,6 @@ const Map<String, List<String>> shardGroups = const {
'vm-win-release-x64-stable',
'vm-win-debug-ia32-stable',
'vm-win-release-ia32-stable',
- 'vm-linux-debug-simmips-stable',
- 'vm-linux-release-simmips-stable',
'vm-linux-debug-simarm-stable',
'vm-linux-release-simarm-stable',
'vm-linux-release-simarm64-stable',
« no previous file with comments | « tools/gardening/lib/src/buildbot_data.dart ('k') | tools/gn.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698