Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: tools/mb/mb_config.pyl

Issue 2486063002: Add new Trusty builders to mb_config.pyl. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698