Index: tools/mb/mb_config.pyl |
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl |
index 1d020ff94f2b18c0646f2b30a0a3d95ffe6322e2..f9402d968ece35bff5cfee88aeca64ae804fd165 100644 |
--- a/tools/mb/mb_config.pyl |
+++ b/tools/mb/mb_config.pyl |
@@ -230,8 +230,8 @@ |
'GPU Mac Builder (dbg)': 'swarming_gpu_tests_gyp_debug_trybot', |
'GPU Linux Builder (dbg)': 'swarming_gpu_tests_gn_debug_trybot', |
'GPU Linux Builder': 'swarming_gpu_tests_gn_release_trybot', |
- 'GPU Win Builder': 'swarming_gpu_tests_gyp_release_trybot_x86', |
- 'GPU Win Builder (dbg)': 'swarming_gpu_tests_gyp_debug_trybot_x86', |
+ 'GPU Win Builder': 'swarming_gpu_tests_gn_release_trybot_x86', |
+ 'GPU Win Builder (dbg)': 'swarming_gpu_tests_gn_debug_trybot_x86', |
'Linux Debug (NVIDIA)': 'none', |
'Linux Release (NVIDIA)': 'none', |
'Mac 10.10 Debug (Intel)': 'none', |
@@ -581,8 +581,8 @@ |
'chromium.win': { |
# 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 Builder': 'swarming_gn_release_bot_minimal_symbols_x86', |
+ 'Win Builder (dbg)': 'swarming_gn_debug_bot_minimal_symbols_x86', |
'Win x64 Builder': 'swarming_gn_release_bot_minimal_symbols_x64', |
'Win x64 Builder (dbg)': 'swarming_gn_debug_bot_minimal_symbols_x64', |
'Win 7 Tests x64 (1)': 'none', |
@@ -833,11 +833,11 @@ |
'win8_chromium_ng': 'gn_release_trybot_x86', |
'win_x64_archive': 'noswarming_gyp_release_trybot_x64', |
'win_archive': 'noswarming_gyp_release_trybot_x86', |
- 'win_chromium_compile_dbg_ng': 'swarming_gyp_debug_trybot_x86', |
+ 'win_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot_x86', |
'win_chromium_compile_rel_ng': |
- 'swarming_gpu_tests_gyp_release_trybot_x86', |
- 'win_chromium_dbg_ng': 'swarming_gyp_debug_trybot_x86', |
- 'win_chromium_rel_ng': 'swarming_gpu_tests_gyp_release_trybot_x86', |
+ 'swarming_gpu_tests_gn_release_trybot_x86', |
+ 'win_chromium_dbg_ng': 'swarming_gn_debug_trybot_x86', |
+ 'win_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot_x86', |
'win_chromium_syzyasan_rel': 'swarming_gyp_syzyasan_release_trybot_x86', |
'win_chromium_variable': 'findit', |
'win_chromium_variable_archive': 'findit', |
@@ -1512,6 +1512,10 @@ |
'swarming', 'gn', 'clang_tot', 'release', 'shared', 'use_lld', |
], |
+ 'swarming_gn_debug_bot_minimal_symbols_x86': [ |
+ 'swarming', 'gn', 'debug_bot_minimal_symbols', 'x86', |
+ ], |
+ |
'swarming_gn_debug_trybot': [ |
'swarming', 'gn', 'debug_trybot', |
], |
@@ -1540,6 +1544,10 @@ |
'swarming', 'gn', 'release_bot_minimal_symbols', 'x64', |
], |
+ 'swarming_gn_release_bot_minimal_symbols_x86': [ |
+ 'swarming', 'gn', 'release_bot_minimal_symbols', 'x86', |
+ ], |
+ |
'swarming_gn_release_bot_x64': [ |
'swarming', 'gn', 'release_bot', 'x64', |
], |
@@ -1606,16 +1614,20 @@ |
'swarming', 'gpu_tests', 'gn', 'debug_trybot', |
], |
+ 'swarming_gpu_tests_gn_debug_trybot_x86': [ |
+ 'swarming', 'gpu_tests', 'gn', 'debug_trybot', 'x86', |
+ ], |
+ |
'swarming_gpu_tests_gn_release_trybot': [ |
'swarming', 'gpu_tests', 'gn', 'release_trybot', |
], |
- 'swarming_gpu_tests_gyp_debug_trybot': [ |
- 'swarming', 'gpu_tests', 'gyp', 'debug_trybot', |
+ 'swarming_gpu_tests_gn_release_trybot_x86': [ |
+ 'swarming', 'gpu_tests', 'gn', 'release_trybot', 'x86', |
], |
- 'swarming_gpu_tests_gyp_debug_trybot_x86': [ |
- 'swarming', 'gpu_tests', 'gyp', 'debug_trybot', 'x86', |
+ 'swarming_gpu_tests_gyp_debug_trybot': [ |
+ 'swarming', 'gpu_tests', 'gyp', 'debug_trybot', |
], |
'swarming_gpu_tests_gyp_release_bot': [ |
@@ -1634,10 +1646,6 @@ |
'swarming', 'gpu_tests', 'gyp', 'release_trybot', |
], |
- 'swarming_gpu_tests_gyp_release_trybot_x86': [ |
- 'swarming', 'gpu_tests', 'gyp', 'release_trybot', 'x86', |
- ], |
- |
('swarming_gyp_asan_clang_edge_fuzzer' |
'_static_v8_heap_x86_full_symbols_release'): [ |
'swarming', 'gyp', 'asan', 'clang_tot', 'edge', 'fuzzer', 'static', |