| 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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 'swarming_gyp_clang_shared_release_bot_minimal_symbols_x86', | 190 'swarming_gyp_clang_shared_release_bot_minimal_symbols_x86', |
| 191 'CrWinClang(shared) tester': 'none', | 191 'CrWinClang(shared) tester': 'none', |
| 192 'CrWinClang64 tester': 'none', | 192 'CrWinClang64 tester': 'none', |
| 193 'CrWinClang64(dbg) tester': 'none', | 193 'CrWinClang64(dbg) tester': 'none', |
| 194 'CrWinClang64(dbg)': 'win_clang_debug_bot', | 194 'CrWinClang64(dbg)': 'win_clang_debug_bot', |
| 195 'CrWinClang64(dll) tester': 'none', | 195 'CrWinClang64(dll) tester': 'none', |
| 196 'CrWinClangLLD tester': 'none', | 196 'CrWinClangLLD tester': 'none', |
| 197 'CrWinClangLLD64 tester': 'none', | 197 'CrWinClangLLD64 tester': 'none', |
| 198 'CrWinClngLLD64dbg tester': 'none', | 198 'CrWinClngLLD64dbg tester': 'none', |
| 199 'CrWinClngLLDdbg tester': 'none', | 199 'CrWinClngLLDdbg tester': 'none', |
| 200 'Headless Linux (dbg)': |
| 201 '//build/args/bots/chromium.fyi/headless_linux_dbg.gn', |
| 200 'LTO Linux Perf': 'gn_official_goma_lto', | 202 'LTO Linux Perf': 'gn_official_goma_lto', |
| 201 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan', | 203 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan', |
| 202 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan', | 204 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan', |
| 203 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan', | 205 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan', |
| 204 'Linux ARM': 'swarming_gyp_release_bot_arm', | 206 'Linux ARM': 'swarming_gyp_release_bot_arm', |
| 205 'Site Isolation Linux': 'gn_release_trybot', | 207 'Site Isolation Linux': 'gn_release_trybot', |
| 206 'Site Isolation Win': 'gyp_release_trybot_x64', | 208 'Site Isolation Win': 'gyp_release_trybot_x64', |
| 207 'Vista Tests (dbg)(1)': 'none', | 209 'Vista Tests (dbg)(1)': 'none', |
| 208 'Vista Tests (dbg)(2)': 'none', | 210 'Vista Tests (dbg)(2)': 'none', |
| 209 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64', | 211 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64', |
| (...skipping 1628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1838 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 1840 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 1839 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 1841 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 1840 }, | 1842 }, |
| 1841 | 1843 |
| 1842 'valgrind': { | 1844 'valgrind': { |
| 1843 # TODO: add gn_args for 'build_for_tool=memcheck' | 1845 # TODO: add gn_args for 'build_for_tool=memcheck' |
| 1844 'gyp_defines': 'build_for_tool=memcheck', | 1846 'gyp_defines': 'build_for_tool=memcheck', |
| 1845 } | 1847 } |
| 1846 }, | 1848 }, |
| 1847 } | 1849 } |
| OLD | NEW |