| 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 'ClangToTWin64': 'clang_tot_official_minimal_symbols_static_release', | 146 'ClangToTWin64': 'clang_tot_official_minimal_symbols_static_release', |
| 147 'ClangToTWin64(dbg)': 'clang_tot_minimal_symbols_shared_debug', | 147 'ClangToTWin64(dbg)': 'clang_tot_minimal_symbols_shared_debug', |
| 148 'ClangToTWin64(dll)': 'clang_tot_minimal_symbols_shared_release', | 148 'ClangToTWin64(dll)': 'clang_tot_minimal_symbols_shared_release', |
| 149 'ClangToTiOS': 'ios', | 149 'ClangToTiOS': 'ios', |
| 150 'Closure Compilation Linux': 'closure_compilation', | 150 'Closure Compilation Linux': 'closure_compilation', |
| 151 'CrWinAsan': 'asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release', | 151 'CrWinAsan': 'asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release', |
| 152 'CrWinAsan(dll)': 'asan_clang_shared_v8_heap_x86_full_symbols_release', | 152 'CrWinAsan(dll)': 'asan_clang_shared_v8_heap_x86_full_symbols_release', |
| 153 'CrWinAsanCov': 'asan_clang_edge_fuzzer_static_v8_heap_x86_full_symbols_re
lease', | 153 'CrWinAsanCov': 'asan_clang_edge_fuzzer_static_v8_heap_x86_full_symbols_re
lease', |
| 154 'CrWinClang(shared)': 'clang_minimal_symbols_shared_release_bot_x86', | 154 'CrWinClang(shared)': 'clang_minimal_symbols_shared_release_bot_x86', |
| 155 'CrWinClang64(dbg)': 'win_clang_debug_bot', | 155 'CrWinClang64(dbg)': 'win_clang_debug_bot', |
| 156 'CrWinClangLLD': 'clang_tot_minimal_symbols_shared_release_use_lld_x86', | 156 'CrWinClangLLD': 'clang_tot_official_minimal_symbols_static_use_lld_x86', |
| 157 'CrWinClangLLD64': 'clang_tot_minimal_symbols_shared_release_use_lld', | 157 'CrWinClangLLD64': 'clang_tot_minimal_symbols_shared_release_use_lld', |
| 158 'CrWinClngLLD64dbg': 'clang_tot_minimal_symbols_shared_debug_use_lld', | 158 'CrWinClngLLD64dbg': 'clang_tot_minimal_symbols_shared_debug_use_lld', |
| 159 'CrWinClngLLDdbg': 'clang_tot_minimal_symbols_shared_debug_use_lld_x86', | 159 'CrWinClngLLDdbg': 'clang_tot_minimal_symbols_shared_debug_use_lld_x86', |
| 160 'EarlGreyiOS': 'ios', | 160 'EarlGreyiOS': 'ios', |
| 161 'GomaCanaryiOS': 'ios', | 161 'GomaCanaryiOS': 'ios', |
| 162 'Headless Linux (dbg)': '//build/args/bots/chromium.fyi/headless_linux_dbg
.gn', | 162 'Headless Linux (dbg)': '//build/args/bots/chromium.fyi/headless_linux_dbg
.gn', |
| 163 'MD Top Chrome ChromeOS material-hybrid': 'chromeos_with_codecs_debug_bot'
, | 163 'MD Top Chrome ChromeOS material-hybrid': 'chromeos_with_codecs_debug_bot'
, |
| 164 'MD Top Chrome ChromeOS non-material': 'chromeos_with_codecs_debug_bot', | 164 'MD Top Chrome ChromeOS non-material': 'chromeos_with_codecs_debug_bot', |
| 165 'MD Top Chrome Win material': 'debug_bot', | 165 'MD Top Chrome Win material': 'debug_bot', |
| 166 'MD Top Chrome Linux material': 'debug_bot', | 166 'MD Top Chrome Linux material': 'debug_bot', |
| (...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1068 ], | 1068 ], |
| 1069 | 1069 |
| 1070 'clang_tot_minimal_symbols_shared_debug_x86': [ | 1070 'clang_tot_minimal_symbols_shared_debug_x86': [ |
| 1071 'clang_tot', 'minimal_symbols', 'shared', 'debug', 'x86', | 1071 'clang_tot', 'minimal_symbols', 'shared', 'debug', 'x86', |
| 1072 ], | 1072 ], |
| 1073 | 1073 |
| 1074 'clang_tot_minimal_symbols_shared_release_use_lld': [ | 1074 'clang_tot_minimal_symbols_shared_release_use_lld': [ |
| 1075 'clang_tot', 'minimal_symbols', 'shared', 'release', 'use_lld', | 1075 'clang_tot', 'minimal_symbols', 'shared', 'release', 'use_lld', |
| 1076 ], | 1076 ], |
| 1077 | 1077 |
| 1078 'clang_tot_minimal_symbols_shared_release_use_lld_x86': [ | 1078 'clang_tot_official_minimal_symbols_static_use_lld_x86': [ |
| 1079 'clang_tot', 'minimal_symbols', 'shared', 'release', 'use_lld', 'x86', | 1079 'clang_tot', 'official', 'minimal_symbols', 'static', 'release', 'use_lld'
, 'x86', |
| 1080 ], | 1080 ], |
| 1081 | 1081 |
| 1082 'clang_tot_minimal_symbols_shared_release': [ | 1082 'clang_tot_minimal_symbols_shared_release': [ |
| 1083 'clang_tot', 'minimal_symbols', 'shared', 'release', | 1083 'clang_tot', 'minimal_symbols', 'shared', 'release', |
| 1084 ], | 1084 ], |
| 1085 | 1085 |
| 1086 'clang_tot_minimal_symbols_shared_release_x86': [ | 1086 'clang_tot_minimal_symbols_shared_release_x86': [ |
| 1087 'clang_tot', 'minimal_symbols', 'shared', 'release', 'x86', | 1087 'clang_tot', 'minimal_symbols', 'shared', 'release', 'x86', |
| 1088 ], | 1088 ], |
| 1089 | 1089 |
| (...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1810 | 1810 |
| 1811 'x64': { | 1811 'x64': { |
| 1812 'gn_args': 'target_cpu="x64"', | 1812 'gn_args': 'target_cpu="x64"', |
| 1813 }, | 1813 }, |
| 1814 | 1814 |
| 1815 'x86': { | 1815 'x86': { |
| 1816 'gn_args': 'target_cpu="x86"', | 1816 'gn_args': 'target_cpu="x86"', |
| 1817 }, | 1817 }, |
| 1818 }, | 1818 }, |
| 1819 } | 1819 } |
| OLD | NEW |