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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 'Chromium Mac 10.9 Goma Canary (dbg)': 'gyp_debug_bot', | 111 'Chromium Mac 10.9 Goma Canary (dbg)': 'gyp_debug_bot', |
112 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': 'gyp_debug_bot', | 112 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': 'gyp_debug_bot', |
113 'Chromium Win PGO Builder': 'gyp_official_winpgo', | 113 'Chromium Win PGO Builder': 'gyp_official_winpgo', |
114 'Chromium Win x64 PGO Builder': 'gyp_official_winpgo_x64', | 114 'Chromium Win x64 PGO Builder': 'gyp_official_winpgo_x64', |
115 'Chromium Windows Analyze': 'gn_windows_analyze', | 115 'Chromium Windows Analyze': 'gn_windows_analyze', |
116 'CrWin7Goma': 'gyp_release_bot_minimal_symbols_x86', | 116 'CrWin7Goma': 'gyp_release_bot_minimal_symbols_x86', |
117 'CrWin7Goma(clbr)': 'gyp_shared_release_bot_minimal_symbols_x86', | 117 'CrWin7Goma(clbr)': 'gyp_shared_release_bot_minimal_symbols_x86', |
118 'CrWin7Goma(dbg)': 'gyp_debug_bot_minimal_symbols_x86', | 118 'CrWin7Goma(dbg)': 'gyp_debug_bot_minimal_symbols_x86', |
119 'CrWin7Goma(dll)': 'gyp_shared_release_bot_minimal_symbols_x86', | 119 'CrWin7Goma(dll)': 'gyp_shared_release_bot_minimal_symbols_x86', |
120 'CrWinClang': | 120 'CrWinClang': |
121 'swarming_gyp_clang_official_release_bot_minimal_symbols_x86', | 121 'swarming_gn_clang_official_release_bot_minimal_symbols_x86', |
122 'CrWinClang(dbg)': | 122 'CrWinClang(dbg)': |
123 'swarming_gyp_clang_debug_bot_minimal_symbols_x86', | 123 'swarming_gyp_clang_debug_bot_minimal_symbols_x86', |
124 'CrWinClang(dbg) tester': 'none', | 124 'CrWinClang(dbg) tester': 'none', |
125 'CrWinClang64': | 125 'CrWinClang64': |
126 'swarming_gyp_clang_official_release_bot_minimal_symbols_x64', | 126 'swarming_gyp_clang_official_release_bot_minimal_symbols_x64', |
127 'CrWinClang tester': 'none', | 127 'CrWinClang tester': 'none', |
128 'CrWinClang64(dll)': | 128 'CrWinClang64(dll)': |
129 'swarming_gyp_clang_minimal_symbols_shared_release_bot_x64', | 129 'swarming_gyp_clang_minimal_symbols_shared_release_bot_x64', |
130 'CrWinClangGoma': 'gyp_clang_minimal_symbols_shared_release_bot_x86', | 130 'CrWinClangGoma': 'gyp_clang_minimal_symbols_shared_release_bot_x86', |
131 'CrWinGoma': 'gyp_release_bot_minimal_symbols_x86', | 131 'CrWinGoma': 'gyp_release_bot_minimal_symbols_x86', |
(...skipping 1605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1737 'swarming_gyp_clang_minimal_symbols_shared_release_bot_x64': [ | 1737 'swarming_gyp_clang_minimal_symbols_shared_release_bot_x64': [ |
1738 'swarming', 'gyp', 'clang', 'minimal_symbols', 'shared_release_bot', | 1738 'swarming', 'gyp', 'clang', 'minimal_symbols', 'shared_release_bot', |
1739 'x64', | 1739 'x64', |
1740 ], | 1740 ], |
1741 | 1741 |
1742 'swarming_gyp_clang_official_release_bot_minimal_symbols_x64': [ | 1742 'swarming_gyp_clang_official_release_bot_minimal_symbols_x64': [ |
1743 'swarming', 'gyp', 'clang', 'official', 'release_bot', | 1743 'swarming', 'gyp', 'clang', 'official', 'release_bot', |
1744 'minimal_symbols', 'x64', | 1744 'minimal_symbols', 'x64', |
1745 ], | 1745 ], |
1746 | 1746 |
1747 'swarming_gyp_clang_official_release_bot_minimal_symbols_x86': [ | 1747 'swarming_gn_clang_official_release_bot_minimal_symbols_x86': [ |
1748 'swarming', 'gyp', 'clang', 'official', 'release_bot', | 1748 'swarming', 'gn', 'clang', 'official', 'release_bot', |
1749 'minimal_symbols', 'x86', | 1749 'minimal_symbols', 'x86', |
1750 ], | 1750 ], |
1751 | 1751 |
1752 'swarming_gyp_clang_official_release_trybot_x64': [ | 1752 'swarming_gyp_clang_official_release_trybot_x64': [ |
1753 'swarming', 'gyp', 'clang', 'official', 'release_trybot', 'x64', | 1753 'swarming', 'gyp', 'clang', 'official', 'release_trybot', 'x64', |
1754 ], | 1754 ], |
1755 | 1755 |
1756 'swarming_gyp_clang_official_release_trybot_x86': [ | 1756 'swarming_gyp_clang_official_release_trybot_x86': [ |
1757 'swarming', 'gyp', 'clang', 'official', 'release_trybot', 'x86', | 1757 'swarming', 'gyp', 'clang', 'official', 'release_trybot', 'x86', |
1758 ], | 1758 ], |
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2318 }, | 2318 }, |
2319 | 2319 |
2320 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2320 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
2321 | 2321 |
2322 'drmemory': { | 2322 'drmemory': { |
2323 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2323 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
2324 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2324 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
2325 }, | 2325 }, |
2326 }, | 2326 }, |
2327 } | 2327 } |
OLD | NEW |