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

Unified Diff: tools/mb/mb_config.pyl

Issue 2139833002: Flip main remaining Win builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean_up_deleted_builders
Patch Set: merge 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 d9a8204ac80bc77e67b7a4144a089caea6852db3..c7ccdcf10e8515696f951eec3b53fc1aea341272 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -15,7 +15,7 @@
'Android': 'android_without_codecs_gn_release_bot_minimal_symbols',
'Linux x64': 'noswarming_gn_release_bot',
'Mac': 'noswarming_gyp_release_bot_mac_strip',
- 'Win': 'noswarming_gyp_release_bot_minimal_symbols_x86',
+ 'Win': 'noswarming_gn_release_bot_minimal_symbols_x86',
'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64',
},
@@ -509,7 +509,7 @@
'Win 8 Perf (3)': 'none',
'Win 8 Perf (4)': 'none',
'Win 8 Perf (5)': 'none',
- 'Win Builder': 'gyp_official_goma_minimal_symbols_x86',
+ 'Win Builder': 'gn_official_goma_minimal_symbols_x86',
'Win Zenbook Perf (1)': 'none',
'Win Zenbook Perf (2)': 'none',
'Win Zenbook Perf (3)': 'none',
@@ -617,10 +617,10 @@
# Currently the official bots set mini_installer_official_deps=1
# but it's not clear if that's actually used anywhere.
- 'win': 'gyp_official',
+ 'win': 'gn_official',
'win-asan': 'gyp_official_syzyasan',
'win-pgo': 'gyp_official_winpgo',
- 'win64': 'gyp_official_x64',
+ 'win64': 'gn_official_x64',
'win64-pgo': 'gyp_official_winpgo_x64',
},
@@ -633,7 +633,7 @@
'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': {
@@ -1140,10 +1140,6 @@
'gn', 'official', 'goma', 'minimal_symbols', 'x86',
],
- 'gyp_official_goma_minimal_symbols_x86': [
- 'gyp', 'official', 'goma', 'minimal_symbols', 'x86',
- ],
-
'gn_release_bot': [
'gn', 'release_bot',
],
@@ -1324,6 +1320,10 @@
'gyp', 'official', 'syzyasan',
],
+ 'gn_official_six_concurrent_links': [
+ 'gn', 'official', 'six_concurrent_links',
+ ],
+
'gyp_official_six_concurrent_links': [
'gyp', 'official', 'six_concurrent_links',
],
@@ -1338,8 +1338,8 @@
'gyp', 'error', 'x64',
],
- 'gyp_official_x64': [
- 'gyp', 'official', 'x64',
+ 'gn_official_x64': [
+ 'gn', 'official', 'x64',
],
'gyp_release_bot': [
@@ -1417,10 +1417,6 @@
'noswarming', 'gn', 'release_bot', 'minimal_symbols', 'x86',
],
- 'noswarming_gyp_release_bot_minimal_symbols_x86': [
- 'noswarming', 'gyp', 'release_bot', 'minimal_symbols', 'x86',
- ],
-
'noswarming_gn_release_bot_x64': [
'noswarming', 'gn', 'release_bot', 'x64',
],
« 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