Chromium Code Reviews| Index: tools/mb/mb_config.pyl |
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl |
| index 7e66f4d5efd0b844976711640d9c32f4b591dc5b..e5a503082bcc06448c0919e0bf6d6419f5dcc813 100644 |
| --- a/tools/mb/mb_config.pyl |
| +++ b/tools/mb/mb_config.pyl |
| @@ -84,13 +84,14 @@ |
| }, |
| 'chromium.fyi': { |
| - 'Android Asan Builder Tests (dbg)': 'tbd', |
| - 'Android Builder (dbg)': 'tbd', |
| - 'Android ChromeDriver Tests (dbg)': 'tbd', |
| - 'Android Cloud Tests': 'tbd', |
| - 'Android Remoting Tests': 'tbd', |
| - 'Android Tests (trial)(dbg)': 'tbd', |
| - 'Android Tests (x86 emulator)': 'tbd', |
| + 'Android Asan Builder Tests (dbg)': |
| + 'android_asan_gyp_debug_bot_minimal_symbols', |
| + 'Android Builder (dbg)': 'android_gyp_debug_static_bot', |
| + 'Android ChromeDriver Tests (dbg)': 'android_gyp_debug_static_bot', |
|
Dirk Pranke
2016/03/25 02:32:07
test bots are probably better indicated as 'none',
jbudorick
2016/03/25 02:47:47
Done.
|
| + 'Android Cloud Tests': 'android_gyp_debug_static_bot_x86', |
| + 'Android Remoting Tests': 'android_gyp_debug_static_bot', |
| + 'Android Tests (trial)(dbg)': 'android_gyp_debug_static_bot', |
| + 'Android Tests (x86 emulator)': 'android_gyp_debug_static_bot_x86', |
| 'Blink Linux LSan ASan': 'tbd', |
| 'Browser Side Navigation Linux': 'tbd', |
| 'Chromium Builder': 'tbd', |
| @@ -836,6 +837,10 @@ |
| # is not necessarily so (i.e., we might have mac, win, and linux |
| # bots all using the 'gn_release_bot' config). |
| 'configs': { |
| + 'android_asan_gyp_debug_bot_minimal_symbols': [ |
| + 'android', 'asan', 'gyp', 'debug_bot_minimal_symbols', |
| + ], |
| + |
| 'android_cast_gyp_debug_static_bot': [ |
| 'android', 'cast', 'gyp', 'debug_static_bot', |
| ], |
| @@ -942,6 +947,14 @@ |
| 'android', 'gn', 'release_trybot', |
| ], |
| + 'android_gyp_debug_static_bot': [ |
| + 'android', 'gyp', 'debug_static_bot', |
| + ], |
| + |
| + 'android_gyp_debug_static_bot_x86': [ |
| + 'android', 'gyp', 'debug_static_bot', 'x86', |
| + ], |
| + |
| 'android_without_codecs_gyp_release_bot_minimal_symbols': [ |
| 'android_without_codecs', 'gyp', 'release_bot_minimal_symbols', |
| ], |