Chromium Code Reviews| Index: tools/mb/mb_config.pyl |
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl |
| index cf96e0b86e44257ea3bc47b8f98f27a284af2e0d..ab51d839ff46684e734790f5defa440075ddeab5 100644 |
| --- a/tools/mb/mb_config.pyl |
| +++ b/tools/mb/mb_config.pyl |
| @@ -349,12 +349,16 @@ |
| 'chromium.webkit': { |
| 'Android Builder': 'android_release_bot_minimal_symbols', |
| - 'WebKit Linux Precise (dbg)': 'debug_bot', |
| 'WebKit Linux Precise ASAN': 'asan_lsan_release_bot', |
| + 'WebKit Linux Precise (dbg)': 'debug_bot', |
| 'WebKit Linux Precise Leak': 'release_bot', |
| 'WebKit Linux Precise MSAN': 'msan_release_bot', |
| - 'WebKit Linux Trusty': 'release_bot', |
| 'WebKit Linux Precise': 'release_bot', |
| + 'WebKit Linux Trusty ASAN': 'asan_lsan_release_bot', |
| + 'WebKit Linux Trusty (dbg)': 'debug_bot', |
| + 'WebKit Linux Trusty Leak': 'release_bot', |
| + 'WebKit Linux Trusty MSAN': 'msan_release_bot', |
| + 'WebKit Linux Trusty': 'release_bot', |
| 'WebKit Mac Builder (dbg)': 'debug_bot', |
| 'WebKit Mac Builder': 'release_bot', |
| 'WebKit Mac10.11 (retina)': 'release_bot', |
| @@ -443,6 +447,9 @@ |
| 'linux_precise_blink_compile_rel': 'release_bot_minimal_symbols', |
| 'linux_precise_blink_dbg': 'debug_trybot', |
| 'linux_precise_blink_rel': 'release_bot_minimal_symbols', |
| + 'linux_trusty_blink_compile_dbg': 'debug_trybot', |
| + 'linux_trusty_blink_compile_rel': 'release_bot_minimal_symbols', |
| + 'linux_trusty_blink_dbg': 'debug_trybot', |
| 'linux_trusty_blink_rel': 'release_bot_minimal_symbols', |
|
qyearsley
2016/11/08 23:04:34
Although I'm not sure whether it makes a differenc
Dirk Pranke
2016/11/09 00:16:25
It's not supposed to matter, but it can (if we hav
|
| 'mac10.9_blink_compile_dbg': 'debug_trybot', |
| 'mac10.9_blink_compile_rel': 'release_bot_minimal_symbols', |