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 2170163002: Add mb config for chromium.chromedriver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use gn_release_bot and gn_release_bot_x86 instead Created 4 years, 5 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 628f64337322d94691a050f44b4054583bf85563..0aeca316f3f69fe8d855e8cef375a8681519c410 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -69,6 +69,13 @@
'Google Chrome Win': 'gn_official_goma_minimal_symbols_x86',
},
+ 'chromium.chromedriver': {
+ 'Win7': 'gn_release_bot_x86',
+ 'Mac 10.6': 'gn_release_bot',
+ 'Linux': 'gn_release_bot',
+ 'Linux32': 'gn_release_bot_x86',
Dirk Pranke 2016/07/22 03:11:46 Do you need Linux 32? We don't support Chrome on L
samuong 2016/07/22 03:46:27 We still have a linux32 bot, which tests chromedri
+ },
+
'chromium.chromiumos': {
'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gn',
'ChromiumOS daisy Compile': 'cros_chrome_sdk_gn',
« 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