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

Unified Diff: tools/mb/mb_config.pyl

Issue 1083123005: Add MB configs for the GN bots on the V8 waterfalls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months 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 9fab04539c0b072c1feb41b69479a52da629f2db..7fa301448e1a91f6b8b637aa1434c3f69074fe75 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -162,6 +162,10 @@
'Linux GN': 'gn_release_bot',
'Linux GN (dbg)': 'gn_debug_bot'
},
+ 'client.v8': {
+ 'V8 Linux GN': 'gn_release_bot',
+ 'V8 Android GN (dbg)': 'android_gn_debug_bot',
+ },
'tryserver.blink': {
'android_chromium_gn_compile_rel': 'android_gn_release_bot',
'linux_chromium_gn_rel': 'gn_release_bot',
@@ -188,5 +192,9 @@
'win8_chromium_gn_rel': 'gn_release_trybot_x86',
'win8_chromium_gn_upload': 'gn_release_bot',
},
+ 'tryserver.v8': {
+ 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
+ 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
+ },
},
}
« 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