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

Unified Diff: tools/mb/mb_config.pyl

Issue 1061983006: Add the first GYP-based bots to MB (blink android trybots). (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 7fa301448e1a91f6b8b637aa1434c3f69074fe75..8972c5e80dff72823a5a7ecf13693b754b5c20a1 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -12,6 +12,8 @@
'android_gn_release_bot': ['android', 'gn', 'release_bot'],
'android_gn_debug_bot': ['android', 'gn', 'debug_static_bot'],
'android_gn_release_trybot': ['android', 'gn', 'release_trybot'],
+ 'android_gyp_debug_bot': ['android', 'gyp', 'debug_bot'],
+ 'android_gyp_release_trybot': ['android', 'gyp', 'release_trybot'],
'chromeos_gn_debug_bot': ['chromeos', 'gn', 'debug_bot'],
'chromeos_gn_release_bot': ['chromeos', 'gn', 'release_bot'],
'chromeos_gn_release_trybot': ['chromeos', 'gn', 'release_trybot'],
@@ -167,6 +169,8 @@
'V8 Android GN (dbg)': 'android_gn_debug_bot',
},
'tryserver.blink': {
+ 'android_blink_compile_dbg': 'android_gyp_debug_bot',
+ 'android_blink_compile_rel': 'android_gyp_release_trybot',
'android_chromium_gn_compile_rel': 'android_gn_release_bot',
'linux_chromium_gn_rel': 'gn_release_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