| Index: tools/mb/mb_config.pyl
|
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
|
| index 766a456d0e75ae99bbbe9ccd1d1f784e14105e2f..e9fc542bed2d4ad3192660e6f0c4b92f1557e81b 100644
|
| --- a/tools/mb/mb_config.pyl
|
| +++ b/tools/mb/mb_config.pyl
|
| @@ -245,14 +245,6 @@
|
|
|
| 'chromium.gpu.fyi': {
|
| # These all use the 'trybot' mixins to ensure that dcheck is on.
|
| - # TODO(kbr): remove the Android Debug bots once the waterfalls
|
| - # are restarted. crbug.com/617848
|
| - 'Android Debug (Nexus 5)': 'android_gn_debug_static_trybot',
|
| - 'Android Debug (Nexus 5X)': 'android_gn_debug_static_trybot_arm64',
|
| - 'Android Swarmed Debug (Nexus 5X)':
|
| - 'android_gn_debug_static_trybot_arm64',
|
| - 'Android Debug (Nexus 6)': 'android_gn_debug_static_trybot',
|
| - 'Android Debug (Nexus 9)': 'android_gn_debug_static_trybot_arm64',
|
| 'Android Release (Nexus 5)': 'android_gn_release_trybot',
|
| 'Android Release (Nexus 5X)': 'swarming_android_gn_release_trybot_arm64',
|
| 'Android Release (Nexus 6)': 'android_gn_release_trybot',
|
| @@ -997,14 +989,6 @@
|
| 'android', 'gn', 'debug', 'static', 'minimal_symbols', 'mipsel',
|
| ],
|
|
|
| - 'android_gn_debug_static_trybot': [
|
| - 'android', 'gn', 'debug_static_trybot',
|
| - ],
|
| -
|
| - 'android_gn_debug_static_trybot_arm64': [
|
| - 'android', 'gn', 'debug_static_trybot', 'arm64',
|
| - ],
|
| -
|
| 'android_gn_debug_trybot_java_coverage': [
|
| 'android', 'gn', 'debug_trybot', 'java_coverage',
|
| ],
|
| @@ -2053,11 +2037,6 @@
|
| 'mixins': ['debug', 'static', 'minimal_symbols', 'goma'],
|
| },
|
|
|
| - 'debug_static_trybot': {
|
| - 'mixins': ['debug', 'static', 'dcheck_always_on', 'minimal_symbols',
|
| - 'goma'],
|
| - },
|
| -
|
| 'debug_trybot': {
|
| 'mixins': ['debug_bot_minimal_symbols'],
|
| },
|
|
|