Chromium Code Reviews| Index: tools/mb/mb_config.pyl |
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl |
| index d8d0f8d79ee179b33e519d54b7905f556d26d0a2..fc742f62ebe4b2770c28640dddd7c323a597fdf1 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,8 @@ |
| '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', |
|
Dirk Pranke
2016/03/21 18:58:37
nit: here and below, I'm now trying to keep lines
jbudorick
2016/03/21 19:03:00
Done.
|
| + '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 +829,8 @@ |
| '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 +841,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', |
| ], |