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

Unified Diff: tools/mb/mb_config.pyl

Issue 2099943002: Flip mac, win trunk builders on official.desktop.continuous to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 d9cf7da9e2fa056fdd4c47112b3e9d43bb2b5fc4..6f4d2b1da1c1311aa12a3046e8ab719a56e9122e 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -635,13 +635,13 @@
'official.desktop.continuous': {
'mac beta': 'gyp_official',
'mac stable': 'gyp_official',
- 'mac trunk': 'gyp_official',
+ 'mac trunk': 'gn_official',
'precise64 beta': 'gn_official',
'precise64 stable': 'gn_official',
'precise64 trunk': 'gn_official',
'win beta': 'gyp_official_six_concurrent_links',
'win stable': 'gyp_official_six_concurrent_links',
- 'win trunk': 'gyp_official_six_concurrent_links',
+ 'win trunk': 'gn_official_six_concurrent_links',
},
'tryserver.blink': {
@@ -1330,6 +1330,10 @@
'gyp', 'official', 'syzyasan',
],
+ 'gn_official_six_concurrent_links': [
+ 'gn', 'official', 'six_concurrent_links',
+ ],
+
'gyp_official_six_concurrent_links': [
'gyp', 'official', 'six_concurrent_links',
],
« 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