| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 # This is a map of buildbot master names -> buildbot builder names -> | 6 # This is a map of buildbot master names -> buildbot builder names -> |
| 7 # config names (where each config name is a key in the 'configs' dict, | 7 # config names (where each config name is a key in the 'configs' dict, |
| 8 # below). MB uses this dict to look up which config to use for a given bot. | 8 # below). MB uses this dict to look up which config to use for a given bot. |
| 9 'masters': { | 9 'masters': { |
| 10 # Take care when changing any of these builders to ensure that you do not | 10 # Take care when changing any of these builders to ensure that you do not |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 'Mojo ChromiumOS': 'swarming_chromeos_gn_release_bot', | 240 'Mojo ChromiumOS': 'swarming_chromeos_gn_release_bot', |
| 241 'Mojo Windows': 'gn_release_bot_minimal_symbols_x86', | 241 'Mojo Windows': 'gn_release_bot_minimal_symbols_x86', |
| 242 'Site Isolation Linux': 'gn_release_trybot', | 242 'Site Isolation Linux': 'gn_release_trybot', |
| 243 'Site Isolation Win': 'gn_release_trybot_x86', | 243 'Site Isolation Win': 'gn_release_trybot_x86', |
| 244 'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot', | 244 'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot', |
| 245 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64', | 245 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64', |
| 246 'WebKit Linux - WPTServe': 'swarming_gn_release_bot', | 246 'WebKit Linux - WPTServe': 'swarming_gn_release_bot', |
| 247 'WebKit Mac - WPTServe': 'swarming_gn_release_bot', | 247 'WebKit Mac - WPTServe': 'swarming_gn_release_bot', |
| 248 'WebKit Win - WPTServe': 'swarming_gn_release_bot_minimal_symbols_x86', | 248 'WebKit Win - WPTServe': 'swarming_gn_release_bot_minimal_symbols_x86', |
| 249 'Win 10 Fast Ring': 'gn_release_trybot_x64', | 249 'Win 10 Fast Ring': 'gn_release_trybot_x64', |
| 250 'Win deterministic': 'gn_release_bot_minimal_symbols_x86', | 250 'Windows deterministic': 'gn_release_bot_minimal_symbols_x86', |
| 251 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz', | 251 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz', |
| 252 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86', | 252 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86', |
| 253 }, | 253 }, |
| 254 | 254 |
| 255 'chromium.goma': { | 255 'chromium.goma': { |
| 256 'Chromium Linux Goma Staging': 'gn_release_bot', | 256 'Chromium Linux Goma Staging': 'gn_release_bot', |
| 257 'Chromium Mac Goma Staging': 'gn_release_bot', | 257 'Chromium Mac Goma Staging': 'gn_release_bot', |
| 258 'CrWinGomaStaging': 'gn_release_bot_minimal_symbols_x86', | 258 'CrWinGomaStaging': 'gn_release_bot_minimal_symbols_x86', |
| 259 }, | 259 }, |
| 260 | 260 |
| (...skipping 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1272 'gn_ubsan_vptr_release_bot': [ | 1272 'gn_ubsan_vptr_release_bot': [ |
| 1273 'gn', 'ubsan_vptr', 'ubsan_no_recover_hack', 'release_bot', | 1273 'gn', 'ubsan_vptr', 'ubsan_no_recover_hack', 'release_bot', |
| 1274 ], | 1274 ], |
| 1275 | 1275 |
| 1276 'gn_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid': [ | 1276 'gn_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid': [ |
| 1277 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'chromeos_codecs', | 1277 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'chromeos_codecs', |
| 1278 'release_bot', 'hybrid', | 1278 'release_bot', 'hybrid', |
| 1279 ], | 1279 ], |
| 1280 | 1280 |
| 1281 'gn_asan_edge_v8_heap_debug_bot_hybrid': [ | 1281 'gn_asan_edge_v8_heap_debug_bot_hybrid': [ |
| 1282 'gyp', 'asan', 'edge', 'v8_heap', 'debug_bot', 'hybrid', | 1282 'gn', 'asan', 'edge', 'v8_heap', 'debug_bot', 'hybrid', |
| 1283 ], | 1283 ], |
| 1284 | 1284 |
| 1285 'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid': [ | 1285 'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid': [ |
| 1286 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'hybrid', | 1286 'gn', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'hybrid', |
| 1287 ], | 1287 ], |
| 1288 | 1288 |
| 1289 'gyp_asan_edge_fuzzer_v8_heap_release_bot_x86': [ | 1289 'gyp_asan_edge_fuzzer_v8_heap_release_bot_x86': [ |
| 1290 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'x86', | 1290 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 'x86', |
| 1291 ], | 1291 ], |
| 1292 | 1292 |
| 1293 'gn_asan_disable_nacl_edge_fuzzer_v8_heap_chrome_with_codecs_release_bot': [ | 1293 'gn_asan_disable_nacl_edge_fuzzer_v8_heap_chrome_with_codecs_release_bot': [ |
| 1294 'gyp', 'asan', 'disable_nacl', 'edge', 'fuzzer', 'v8_heap', | 1294 'gn', 'asan', 'disable_nacl', 'edge', 'fuzzer', 'v8_heap', |
| 1295 'chrome_with_codecs', 'release_bot', | 1295 'chrome_with_codecs', 'release_bot', |
| 1296 ], | 1296 ], |
| 1297 | 1297 |
| 1298 'gn_asan_disable_nacl_edge_fuzzer_v8_heap_debug_symbols_static_bot': [ | 1298 'gn_asan_disable_nacl_edge_fuzzer_v8_heap_debug_symbols_static_bot': [ |
| 1299 'gn', 'asan', 'disable_nacl', 'edge', 'fuzzer', 'v8_heap', | 1299 'gn', 'asan', 'disable_nacl', 'edge', 'fuzzer', 'v8_heap', |
| 1300 'debug_symbols_static_bot', | 1300 'debug_symbols_static_bot', |
| 1301 ], | 1301 ], |
| 1302 | 1302 |
| 1303 'gn_asan_disable_nacl_edge_fuzzer_v8_heap_release_bot': [ | 1303 'gn_asan_disable_nacl_edge_fuzzer_v8_heap_release_bot': [ |
| 1304 'gn', 'asan', 'disable_nacl', 'edge', 'fuzzer', 'v8_heap', 'release_bot', | 1304 'gn', 'asan', 'disable_nacl', 'edge', 'fuzzer', 'v8_heap', 'release_bot', |
| (...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1763 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'shared', 'v8_heap', | 1763 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'shared', 'v8_heap', |
| 1764 'full_symbols', 'release', | 1764 'full_symbols', 'release', |
| 1765 ], | 1765 ], |
| 1766 | 1766 |
| 1767 'swarming_gyp_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release': [ | 1767 'swarming_gyp_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release': [ |
| 1768 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'static', 'v8_heap', | 1768 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'static', 'v8_heap', |
| 1769 'full_symbols', 'release', | 1769 'full_symbols', 'release', |
| 1770 ], | 1770 ], |
| 1771 | 1771 |
| 1772 'swarming_gn_asan_disable_nacl_clang_tot_full_symbols_static_release': [ | 1772 'swarming_gn_asan_disable_nacl_clang_tot_full_symbols_static_release': [ |
| 1773 'swarming', 'gyp', 'asan', 'clang_tot', 'full_symbols', 'static', | 1773 'swarming', 'gn', 'asan', 'clang_tot', 'full_symbols', 'static', |
| 1774 'release', | 1774 'release', |
| 1775 ], | 1775 ], |
| 1776 | 1776 |
| 1777 'swarming_gn_chromeos_msan_release_bot': [ | 1777 'swarming_gn_chromeos_msan_release_bot': [ |
| 1778 'swarming', 'gn', 'chromeos', 'msan', 'release_bot', | 1778 'swarming', 'gn', 'chromeos', 'msan', 'release_bot', |
| 1779 ], | 1779 ], |
| 1780 | 1780 |
| 1781 'swarming_gn_clang_debug_bot_minimal_symbols_x86': [ | 1781 'swarming_gn_clang_debug_bot_minimal_symbols_x86': [ |
| 1782 'swarming', 'gn', 'clang', 'debug_bot', 'minimal_symbols', 'x86', | 1782 'swarming', 'gn', 'clang', 'debug_bot', 'minimal_symbols', 'x86', |
| 1783 ], | 1783 ], |
| (...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2377 }, | 2377 }, |
| 2378 | 2378 |
| 2379 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2379 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2380 | 2380 |
| 2381 'drmemory': { | 2381 'drmemory': { |
| 2382 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2382 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2383 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2383 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2384 }, | 2384 }, |
| 2385 }, | 2385 }, |
| 2386 } | 2386 } |
| OLD | NEW |