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

Unified Diff: tools/gardening/lib/src/buildbot_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/build.py ('k') | tools/gardening/lib/src/shard_data.dart » ('j') | 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 31fd89649d8b13a1f62d0b7bfd3cf07e367ba8a7..a061ab1fe2e0da8c72c680295f71789cf385fd60 100644
--- a/tools/gardening/lib/src/buildbot_data.dart
+++ b/tools/gardening/lib/src/buildbot_data.dart
@@ -96,18 +96,6 @@ const List<BuildGroup> buildGroups = const <BuildGroup>[
'vm tests',
'checked vm tests',
]),
- const BuildSubgroup(shardNames: const <String>[
- 'vm-linux-debug-simmips-be',
- ], testSteps: const <String>[
- 'vm tests',
- 'checked vm tests',
- ]),
- const BuildSubgroup(shardNames: const <String>[
- 'vm-linux-release-simmips-be',
- ], testSteps: const <String>[
- 'vm tests',
- 'checked vm tests',
- ]),
const BuildSubgroup(shardNames: const <String>[
'vm-linux-debug-simarm-be',
], testSteps: const <String>[
« no previous file with comments | « tools/build.py ('k') | tools/gardening/lib/src/shard_data.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698