Index: tools/mb/mb_config.pyl |
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl |
index d8d0f8d79ee179b33e519d54b7905f556d26d0a2..6513055e65b6129fd5dedcd2d465f4888ca52b07 100644 |
--- a/tools/mb/mb_config.pyl |
+++ b/tools/mb/mb_config.pyl |
@@ -33,7 +33,7 @@ |
'Android Webview L (dbg)': 'tbd', |
'Android Webview M (dbg)': 'tbd', |
- 'Android GN Builder (dbg)': 'android_gn_debug_bot', |
+ 'Android GN Builder (dbg)': 'android_gn_debug_bot_minimal_symbols', |
'Android MIPS Builder (dbg)': 'android_gn_debug_static_bot_mipsel', |
'Android Swarm Builder': |
'swarming_android_gn_release_bot_minimal_symbols', |
@@ -269,8 +269,9 @@ |
'swarming_android_gyp_debug_static_bot_arm64', |
'Android Builder (dbg)': 'swarming_android_gyp_debug_static_bot', |
'Android Builder': 'swarming_android_gyp_release_bot_minimal_symbols', |
- 'Android Clang Builder (dbg)': 'android_clang_asan_findbugs_gyp_debug_bot', |
- 'Android GN (dbg)': 'android_gn_debug_bot', |
+ 'Android Clang Builder (dbg)': |
+ 'android_clang_asan_findbugs_gyp_debug_bot_minimal_symbols', |
+ 'Android GN (dbg)': 'android_gn_debug_bot_minimal_symbols', |
'Android GN': 'android_gn_release_bot_minimal_symbols', |
'Android Tests (dbg)': 'swarming_android_gyp_debug_static_bot', |
'Android Tests': 'swarming_android_gyp_release_bot_minimal_symbols', |
@@ -829,8 +830,9 @@ |
'android', 'cast', 'gyp', 'debug_static_bot', |
], |
- 'android_clang_asan_findbugs_gyp_debug_bot': [ |
- 'android', 'clang', 'asan', 'findbugs', 'gyp', 'debug_bot', |
+ 'android_clang_asan_findbugs_gyp_debug_bot_minimal_symbols': [ |
+ 'android', 'clang', 'asan', 'findbugs', 'gyp', |
+ 'debug_bot_minimal_symbols', |
], |
'android_clang_asan_findbugs_gyp_debug_trybot': [ |
@@ -841,6 +843,10 @@ |
'android', 'gn', 'debug_bot', |
], |
+ 'android_gn_debug_bot_minimal_symbols': [ |
+ 'android', 'gn', 'debug_bot_minimal_symbols', |
+ ], |
+ |
'android_gn_debug_static_bot': [ |
'android', 'gn', 'debug_static_bot', |
], |