| 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 'chromeos.chrome': { | 10 'chromeos.chrome': { |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 'Linux ARM': 'swarming_gn_release_bot_arm', | 250 'Linux ARM': 'swarming_gn_release_bot_arm', |
| 251 'Linux deterministic': 'gn_release_bot', | 251 'Linux deterministic': 'gn_release_bot', |
| 252 'Linux remote_run Builder': 'swarming_gn_release_bot', | 252 'Linux remote_run Builder': 'swarming_gn_release_bot', |
| 253 'Linux remote_run Tester': 'swarming_gn_release_bot', | 253 'Linux remote_run Tester': 'swarming_gn_release_bot', |
| 254 'Linux V8 API Stability': 'gn_release_bot', | 254 'Linux V8 API Stability': 'gn_release_bot', |
| 255 'Mac deterministic': 'gn_release_bot_mac_strip', | 255 'Mac deterministic': 'gn_release_bot_mac_strip', |
| 256 'Mojo ChromiumOS': 'swarming_chromeos_gn_ozone_release_trybot', | 256 'Mojo ChromiumOS': 'swarming_chromeos_gn_ozone_release_trybot', |
| 257 'Mojo Windows': 'gn_release_bot_minimal_symbols_x86', | 257 'Mojo Windows': 'gn_release_bot_minimal_symbols_x86', |
| 258 'Site Isolation Linux': 'gn_release_trybot', | 258 'Site Isolation Linux': 'gn_release_trybot', |
| 259 'Site Isolation Win': 'gn_release_trybot_x86', | 259 'Site Isolation Win': 'gn_release_trybot_x86', |
| 260 'ThinLTO Linux ToT': 'gn_thin_lto_clang_tot_release_bot', |
| 260 'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot', | 261 'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot', |
| 261 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64', | 262 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64', |
| 262 'WebKit Linux - WPTServe': 'swarming_gn_release_bot', | 263 'WebKit Linux - WPTServe': 'swarming_gn_release_bot', |
| 263 'WebKit Mac - WPTServe': 'swarming_gn_release_bot', | 264 'WebKit Mac - WPTServe': 'swarming_gn_release_bot', |
| 264 'WebKit Win - WPTServe': 'swarming_gn_release_bot_minimal_symbols_x86', | 265 'WebKit Win - WPTServe': 'swarming_gn_release_bot_minimal_symbols_x86', |
| 265 'Win 10 Fast Ring': 'gn_release_trybot_x64', | 266 'Win 10 Fast Ring': 'gn_release_trybot_x64', |
| 266 'Windows deterministic': 'gn_release_bot_minimal_symbols_x86', | 267 'Windows deterministic': 'gn_release_bot_minimal_symbols_x86', |
| 267 'Windows Clang deterministic': 'gn_clang_release_bot_minimal_symbols_x86', | 268 'Windows Clang deterministic': 'gn_clang_release_bot_minimal_symbols_x86', |
| 268 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz', | 269 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz', |
| 269 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86', | 270 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86', |
| (...skipping 1263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1533 ], | 1534 ], |
| 1534 | 1535 |
| 1535 'gn_shared_release_bot_minimal_symbols_x86': [ | 1536 'gn_shared_release_bot_minimal_symbols_x86': [ |
| 1536 'gn', 'shared_release_bot', 'minimal_symbols', 'x86', | 1537 'gn', 'shared_release_bot', 'minimal_symbols', 'x86', |
| 1537 ], | 1538 ], |
| 1538 | 1539 |
| 1539 'gn_syzyasan_no_pch_release_x86': [ | 1540 'gn_syzyasan_no_pch_release_x86': [ |
| 1540 'gn', 'syzyasan', 'no_pch', 'release', 'x86', | 1541 'gn', 'syzyasan', 'no_pch', 'release', 'x86', |
| 1541 ], | 1542 ], |
| 1542 | 1543 |
| 1544 'gn_thin_lto_clang_tot_release_bot': [ |
| 1545 'gn', 'thin_lto', 'clang_tot', 'release_bot', |
| 1546 ], |
| 1547 |
| 1543 'gn_tsan_disable_nacl_line_tables_debug_bot': [ | 1548 'gn_tsan_disable_nacl_line_tables_debug_bot': [ |
| 1544 'gn', 'tsan', 'disable_nacl', 'line_tables', 'debug_bot', | 1549 'gn', 'tsan', 'disable_nacl', 'line_tables', 'debug_bot', |
| 1545 ], | 1550 ], |
| 1546 | 1551 |
| 1547 'gn_tsan_disable_nacl_line_tables_release_bot': [ | 1552 'gn_tsan_disable_nacl_line_tables_release_bot': [ |
| 1548 'gn', 'tsan', 'disable_nacl', 'line_tables', 'release_bot', | 1553 'gn', 'tsan', 'disable_nacl', 'line_tables', 'release_bot', |
| 1549 ], | 1554 ], |
| 1550 | 1555 |
| 1551 'gn_ubsan_release_bot': [ | 1556 'gn_ubsan_release_bot': [ |
| 1552 'gn', 'ubsan', 'release_bot', | 1557 'gn', 'ubsan', 'release_bot', |
| (...skipping 885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2438 'gn_args': 'symbolized=true', | 2443 'gn_args': 'symbolized=true', |
| 2439 'gyp_defines': | 2444 'gyp_defines': |
| 2440 'release_extra_cflags="-O1 -fno-inline-functions -fno-inline"', | 2445 'release_extra_cflags="-O1 -fno-inline-functions -fno-inline"', |
| 2441 }, | 2446 }, |
| 2442 | 2447 |
| 2443 'syzyasan': { | 2448 'syzyasan': { |
| 2444 'gn_args': 'is_syzyasan=true', | 2449 'gn_args': 'is_syzyasan=true', |
| 2445 'gyp_defines': 'syzyasan=1' | 2450 'gyp_defines': 'syzyasan=1' |
| 2446 }, | 2451 }, |
| 2447 | 2452 |
| 2453 'thin_lto': { |
| 2454 'gn_args': 'use_thin_lto=true', |
| 2455 'mixins': ['cfi'], |
| 2456 }, |
| 2457 |
| 2448 'tsan': { | 2458 'tsan': { |
| 2449 'gn_args': 'is_tsan=true', | 2459 'gn_args': 'is_tsan=true', |
| 2450 'gyp_defines': 'tsan=1', | 2460 'gyp_defines': 'tsan=1', |
| 2451 }, | 2461 }, |
| 2452 | 2462 |
| 2453 'ubsan': { | 2463 'ubsan': { |
| 2454 'gn_args': 'is_ubsan=true', | 2464 'gn_args': 'is_ubsan=true', |
| 2455 'gyp_defines': 'ubsan=1', | 2465 'gyp_defines': 'ubsan=1', |
| 2456 }, | 2466 }, |
| 2457 | 2467 |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2500 }, | 2510 }, |
| 2501 | 2511 |
| 2502 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2512 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2503 | 2513 |
| 2504 'drmemory': { | 2514 'drmemory': { |
| 2505 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2515 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2506 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2516 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2507 }, | 2517 }, |
| 2508 }, | 2518 }, |
| 2509 } | 2519 } |
| OLD | NEW |