| Index: tools/mb/mb_config.pyl
|
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
|
| index 7e66f4d5efd0b844976711640d9c32f4b591dc5b..278a91759fadc18d18e4b3a374d2a4c49929a416 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)': 'none',
|
| + 'Android Cloud Tests': 'android_gyp_debug_static_bot_x86',
|
| + 'Android Remoting Tests': 'none',
|
| + 'Android Tests (trial)(dbg)': 'none',
|
| + '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',
|
| ],
|
|
|