| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 'swarming_gyp_clang_minimal_symbols_shared_release_bot_x64', | 125 'swarming_gyp_clang_minimal_symbols_shared_release_bot_x64', |
| 126 'CrWinClangGoma': 'gyp_clang_minimal_symbols_shared_release_bot_x86', | 126 'CrWinClangGoma': 'gyp_clang_minimal_symbols_shared_release_bot_x86', |
| 127 'CrWinGoma': 'gyp_release_bot_minimal_symbols_x86', | 127 'CrWinGoma': 'gyp_release_bot_minimal_symbols_x86', |
| 128 'CrWinGoma(dll)': 'gyp_shared_release_bot_minimal_symbols_x86', | 128 'CrWinGoma(dll)': 'gyp_shared_release_bot_minimal_symbols_x86', |
| 129 'ClangToTAndroidASan': 'android_clang_tot_asan', | 129 'ClangToTAndroidASan': 'android_clang_tot_asan', |
| 130 'ClangToTAndroidASan tester': 'none', | 130 'ClangToTAndroidASan tester': 'none', |
| 131 'ClangToTLinux': | 131 'ClangToTLinux': |
| 132 'swarming_gyp_clang_tot_linux_dump_symbols_shared_release', | 132 'swarming_gyp_clang_tot_linux_dump_symbols_shared_release', |
| 133 'ClangToTLinux tester': 'none', | 133 'ClangToTLinux tester': 'none', |
| 134 'ClangToTLinux (dbg)': 'swarming_clang_tot_shared_debug', | 134 'ClangToTLinux (dbg)': 'swarming_clang_tot_shared_debug', |
| 135 'ClangToTLinuxASan': 'swarming_clang_tot_asan_lsan_static_release', | 135 'ClangToTLinuxASan': 'swarming_gyp_clang_tot_asan_lsan_static_release', |
| 136 'ClangToTLinuxASan tester': 'none', | 136 'ClangToTLinuxASan tester': 'none', |
| 137 'ClangToTLinuxUBSanVptr': | 137 'ClangToTLinuxUBSanVptr': |
| 138 'swarming_gyp_clang_tot_edge_ubsan_no_recover_hack_static_release', | 138 'swarming_gyp_clang_tot_edge_ubsan_no_recover_hack_static_release', |
| 139 'ClangToTLinuxUBSanVptr tester': 'none', | 139 'ClangToTLinuxUBSanVptr tester': 'none', |
| 140 'ClangToTMac': 'swarming_gyp_clang_tot_minimal_symbols_shared_release', | 140 'ClangToTMac': 'swarming_gyp_clang_tot_minimal_symbols_shared_release', |
| 141 'ClangToTMac tester': 'none', | 141 'ClangToTMac tester': 'none', |
| 142 'ClangToTMac (dbg)': | 142 'ClangToTMac (dbg)': |
| 143 'swarming_gyp_clang_tot_minimal_symbols_shared_debug', | 143 'swarming_gyp_clang_tot_minimal_symbols_shared_debug', |
| 144 'ClangToTMacASan': | 144 'ClangToTMacASan': |
| 145 'swarming_gyp_asan_clang_tot_full_symbols_static_release', | 145 'swarming_gyp_asan_clang_tot_full_symbols_static_release', |
| (...skipping 1431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1577 | 1577 |
| 1578 'swarming_chromeos_ozone_gyp_release_bot': [ | 1578 'swarming_chromeos_ozone_gyp_release_bot': [ |
| 1579 'chromeos_with_codecs', 'goma', 'gyp', 'ozone', 'static', 'swarming', | 1579 'chromeos_with_codecs', 'goma', 'gyp', 'ozone', 'static', 'swarming', |
| 1580 ], | 1580 ], |
| 1581 | 1581 |
| 1582 'swarming_gyp_clang_tot_edge_ubsan_no_recover_hack_static_release': [ | 1582 'swarming_gyp_clang_tot_edge_ubsan_no_recover_hack_static_release': [ |
| 1583 'swarming', 'gyp', 'clang_tot', 'edge', 'ubsan_no_recover_hack', | 1583 'swarming', 'gyp', 'clang_tot', 'edge', 'ubsan_no_recover_hack', |
| 1584 'static', 'release', | 1584 'static', 'release', |
| 1585 ], | 1585 ], |
| 1586 | 1586 |
| 1587 'swarming_clang_tot_asan_lsan_static_release': [ | 1587 'swarming_gyp_clang_tot_asan_lsan_static_release': [ |
| 1588 'swarming', 'gn', 'clang_tot', 'asan', 'lsan', 'static', 'release', | 1588 'swarming', 'gyp', 'clang_tot', 'asan', 'lsan', 'static', 'release', |
| 1589 ], | 1589 ], |
| 1590 | 1590 |
| 1591 'swarming_clang_tot_shared_debug': [ | 1591 'swarming_clang_tot_shared_debug': [ |
| 1592 'swarming', 'gn', 'clang_tot', 'shared', 'debug', | 1592 'swarming', 'gn', 'clang_tot', 'shared', 'debug', |
| 1593 ], | 1593 ], |
| 1594 | 1594 |
| 1595 'swarming_gyp_clang_tot_linux_dump_symbols_shared_release': [ | 1595 'swarming_gyp_clang_tot_linux_dump_symbols_shared_release': [ |
| 1596 # Enable debug info, as on official builders, to catch issues with | 1596 # Enable debug info, as on official builders, to catch issues with |
| 1597 # optimized debug info. | 1597 # optimized debug info. |
| 1598 'swarming', 'gyp', 'clang_tot', 'linux_dump_symbols', | 1598 'swarming', 'gyp', 'clang_tot', 'linux_dump_symbols', |
| (...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2338 }, | 2338 }, |
| 2339 | 2339 |
| 2340 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2340 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2341 | 2341 |
| 2342 'drmemory': { | 2342 'drmemory': { |
| 2343 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2343 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2344 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2344 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2345 }, | 2345 }, |
| 2346 }, | 2346 }, |
| 2347 } | 2347 } |
| OLD | NEW |