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

Unified Diff: tools/mb/mb_config.pyl

Issue 1888983002: Flip Win x64 bots to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 a8ca4a51adc71b95241f736e140b69a6b2a166ea..c28bf884847f75767768a219a5b815cb0f3200ff 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -552,8 +552,8 @@
# Windows bots take too long to link w/ full symbols and time out.
'Win Builder': 'swarming_gyp_release_bot_minimal_symbols_x86',
'Win Builder (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x86',
- 'Win x64 Builder': 'swarming_gyp_release_bot_minimal_symbols_x64',
- 'Win x64 Builder (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x64',
+ 'Win x64 Builder': 'swarming_gn_release_bot_minimal_symbols_x64',
+ 'Win x64 Builder (dbg)': 'swarming_gn_debug_bot_minimal_symbols_x64',
'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols',
'Win x64 GN': 'gn_release_bot_minimal_symbols',
'Win 7 Tests x64 (1)': 'none',
@@ -804,7 +804,7 @@
'tryserver.chromium.win': {
'win10_chromium_x64_rel_ng':
- 'swarming_gyp_release_trybot_minimal_symbols_x64',
+ 'swarming_gn_release_trybot_minimal_symbols_x64',
'win8_chromium_gn_dbg': 'gn_debug_bot_minimal_symbols_x86',
'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86',
'win8_chromium_ng': 'gn_release_trybot_x86',
@@ -829,7 +829,7 @@
'win_chromium_variable_webkit_win7_builder': 'findit',
'win_chromium_variable_webkit_win7_builder_x64': 'findit',
'win_chromium_x64_rel_ng':
- 'swarming_gyp_release_trybot_minimal_symbols_x64',
+ 'swarming_gn_release_trybot_minimal_symbols_x64',
'win_clang': 'win_clang_debug_bot',
'win_clang_dbg': 'swarming_gyp_clang_debug_bot_minimal_symbols_x86',
'win_clang_rel':
@@ -1389,6 +1389,10 @@
'swarming', 'gn', 'release_bot',
],
+ 'swarming_gn_release_bot_minimal_symbols_x64': [
+ 'swarming', 'gn', 'release_bot_minimal_symbols', 'x64',
+ ],
+
'swarming_gn_release_bot_x64': [
'swarming', '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