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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 'CrWinClang': 'clang_official_release_bot_minimal_symbols_x86', | 123 'CrWinClang': 'clang_official_release_bot_minimal_symbols_x86', |
124 | 124 |
125 'CrWinClang(dbg)': 'clang_debug_bot_minimal_symbols_x86', | 125 'CrWinClang(dbg)': 'clang_debug_bot_minimal_symbols_x86', |
126 'CrWinClang64': 'clang_official_release_bot_minimal_symbols', | 126 'CrWinClang64': 'clang_official_release_bot_minimal_symbols', |
127 'CrWinClang64(dll)': 'clang_minimal_symbols_shared_release_bot', | 127 'CrWinClang64(dll)': 'clang_minimal_symbols_shared_release_bot', |
128 'CrWinClangGoma': 'clang_official_optimize_release_bot_minimal_symbols_x86
', | 128 'CrWinClangGoma': 'clang_official_optimize_release_bot_minimal_symbols_x86
', |
129 'CrWinGoma': 'release_bot_x86', | 129 'CrWinGoma': 'release_bot_x86', |
130 'CrWinGoma(dll)': 'shared_release_bot_x86', | 130 'CrWinGoma(dll)': 'shared_release_bot_x86', |
131 'ClangToTAndroidASan': 'android_clang_tot_asan', | 131 'ClangToTAndroidASan': 'android_clang_tot_asan', |
132 'ClangToTAndroid (dbg)': 'android_clang_tot_dbg', | 132 'ClangToTAndroid (dbg)': 'android_clang_tot_dbg', |
| 133 'ClangToTAndroid x64': 'android_clang_tot_x64', |
133 'ClangToTLinux': 'clang_tot_linux_full_symbols_shared_release', | 134 'ClangToTLinux': 'clang_tot_linux_full_symbols_shared_release', |
134 'ClangToTLinux (dbg)': 'clang_tot_shared_debug', | 135 'ClangToTLinux (dbg)': 'clang_tot_shared_debug', |
135 'ClangToTLinuxASan': 'clang_tot_asan_lsan_static_release', | 136 'ClangToTLinuxASan': 'clang_tot_asan_lsan_static_release', |
136 'ClangToTLinuxASanLibfuzzer': 'release_libfuzzer_asan_clang_tot', | 137 'ClangToTLinuxASanLibfuzzer': 'release_libfuzzer_asan_clang_tot', |
137 'ClangToTLinuxLLD': 'clang_tot_lld_release_shared', | 138 'ClangToTLinuxLLD': 'clang_tot_lld_release_shared', |
138 'ClangToTLinuxUBSanVptr': 'clang_tot_edge_ubsan_no_recover_hack_static_rel
ease', | 139 'ClangToTLinuxUBSanVptr': 'clang_tot_edge_ubsan_no_recover_hack_static_rel
ease', |
139 'ClangToTMac': 'clang_tot_minimal_symbols_shared_release', | 140 'ClangToTMac': 'clang_tot_minimal_symbols_shared_release', |
140 'ClangToTMac (dbg)': 'clang_tot_minimal_symbols_shared_debug', | 141 'ClangToTMac (dbg)': 'clang_tot_minimal_symbols_shared_debug', |
141 'ClangToTMacASan': 'asan_disable_nacl_clang_tot_full_symbols_static_releas
e', | 142 'ClangToTMacASan': 'asan_disable_nacl_clang_tot_full_symbols_static_releas
e', |
142 'ClangToTWin': 'clang_tot_official_minimal_symbols_static_release_x86', | 143 'ClangToTWin': 'clang_tot_official_minimal_symbols_static_release_x86', |
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
686 ], | 687 ], |
687 | 688 |
688 'android_clang_tot_asan': [ | 689 'android_clang_tot_asan': [ |
689 'android_without_codecs', 'clang_tot', 'asan', 'shared', 'debug', 'minimal
_symbols', | 690 'android_without_codecs', 'clang_tot', 'asan', 'shared', 'debug', 'minimal
_symbols', |
690 ], | 691 ], |
691 | 692 |
692 'android_clang_tot_dbg': [ | 693 'android_clang_tot_dbg': [ |
693 'android_without_codecs', 'clang_tot', 'shared', 'debug', | 694 'android_without_codecs', 'clang_tot', 'shared', 'debug', |
694 ], | 695 ], |
695 | 696 |
| 697 'android_clang_tot_x64': [ |
| 698 'android_without_codecs', 'clang_tot', 'shared', 'x64', |
| 699 ], |
| 700 |
696 'android_cronet_data_reduction_proxy_release_bot_minimal_symbols_arm_no_neon
': [ | 701 'android_cronet_data_reduction_proxy_release_bot_minimal_symbols_arm_no_neon
': [ |
697 'android', 'cronet', 'data_reduction_proxy', 'release_bot', 'minimal_symbo
ls', 'arm_no_neon', | 702 'android', 'cronet', 'data_reduction_proxy', 'release_bot', 'minimal_symbo
ls', 'arm_no_neon', |
698 ], | 703 ], |
699 | 704 |
700 'android_cronet_debug_static_bot_arm64': [ | 705 'android_cronet_debug_static_bot_arm64': [ |
701 'android', 'cronet', 'debug_static_bot', 'arm64', | 706 'android', 'cronet', 'debug_static_bot', 'arm64', |
702 ], | 707 ], |
703 | 708 |
704 'android_cronet_debug_static_bot_arm_no_neon': [ | 709 'android_cronet_debug_static_bot_arm_no_neon': [ |
705 'android', 'cronet', 'debug_static_bot', 'arm_no_neon', | 710 'android', 'cronet', 'debug_static_bot', 'arm_no_neon', |
(...skipping 1104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1810 'gn_args': 'target_cpu="x86"', | 1815 'gn_args': 'target_cpu="x86"', |
1811 }, | 1816 }, |
1812 | 1817 |
1813 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 1818 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
1814 | 1819 |
1815 'drmemory': { | 1820 'drmemory': { |
1816 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 1821 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
1817 }, | 1822 }, |
1818 }, | 1823 }, |
1819 } | 1824 } |
OLD | NEW |