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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
194 'Windows Builder (DrMemory)': 'tbd', | 194 'Windows Builder (DrMemory)': 'tbd', |
195 'Windows Tests (DrMemory)': 'tbd', | 195 'Windows Tests (DrMemory)': 'tbd', |
196 | 196 |
197 'CFI Linux CF': 'gn_cfi_diag_release_bot', | 197 'CFI Linux CF': 'gn_cfi_diag_release_bot', |
198 'CFI Linux ToT': 'gn_cfi_release_bot', | 198 'CFI Linux ToT': 'gn_cfi_release_bot', |
199 'CFI Linux': 'gn_cfi_release_bot', | 199 'CFI Linux': 'gn_cfi_release_bot', |
200 'LTO Linux Perf': 'gn_official_goma_lto', | 200 'LTO Linux Perf': 'gn_official_goma_lto', |
201 'Chromium_iOS_Device': 'ios_gyp', | 201 'Chromium_iOS_Device': 'ios_gyp', |
202 'Chromium_iOS_Device_(ninja)': 'ios_gyp', | 202 'Chromium_iOS_Device_(ninja)': 'ios_gyp', |
203 'Chromium_iOS_Simulator_(dbg)': 'ios_gyp', | 203 'Chromium_iOS_Simulator_(dbg)': 'ios_gyp', |
204 'WinClang': 'win_clang_debug_bot', | |
Dirk Pranke
2016/03/29 22:42:14
nit: please sort by builder name, so this probably
Nico
2016/03/30 02:15:34
Done.
| |
204 'CrWinClang64(dbg)': 'win_clang_debug_bot', | 205 'CrWinClang64(dbg)': 'win_clang_debug_bot', |
205 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan', | 206 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan', |
206 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan', | 207 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan', |
207 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan', | 208 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan', |
208 'Linux ARM': 'swarming_gyp_release_bot_arm', | 209 'Linux ARM': 'swarming_gyp_release_bot_arm', |
209 'Site Isolation Linux': 'gn_release_trybot', | 210 'Site Isolation Linux': 'gn_release_trybot', |
210 'Site Isolation Win': 'gyp_release_trybot_x64', | 211 'Site Isolation Win': 'gyp_release_trybot_x64', |
211 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz', | 212 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz', |
212 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86', | 213 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86', |
213 }, | 214 }, |
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
815 'win_nacl_sdk_build': 'tbd', | 816 'win_nacl_sdk_build': 'tbd', |
816 'win_optional_gpu_tests_rel': 'tbd', | 817 'win_optional_gpu_tests_rel': 'tbd', |
817 | 818 |
818 'win8_chromium_gn_dbg': 'gn_debug_bot_minimal_symbols_x86', | 819 'win8_chromium_gn_dbg': 'gn_debug_bot_minimal_symbols_x86', |
819 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', | 820 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', |
820 'win8_chromium_ng': 'gn_release_trybot_x86', | 821 'win8_chromium_ng': 'gn_release_trybot_x86', |
821 'win_chromium_clang_upload': 'gn_release_bot', | 822 'win_chromium_clang_upload': 'gn_release_bot', |
822 'win_chromium_gn_x64_dbg': 'gn_debug_bot_minimal_symbols', | 823 'win_chromium_gn_x64_dbg': 'gn_debug_bot_minimal_symbols', |
823 'win_chromium_gn_x64_rel': 'gn_release_trybot', | 824 'win_chromium_gn_x64_rel': 'gn_release_trybot', |
824 'win_chromium_x64_rel_ng': 'gn_release_trybot', | 825 'win_chromium_x64_rel_ng': 'gn_release_trybot', |
826 'win_clang': 'win_clang_debug_bot', | |
825 'win_clang_x64_dbg': 'win_clang_debug_bot', | 827 'win_clang_x64_dbg': 'win_clang_debug_bot', |
826 'win_pgo': 'gyp_official_winpgo', | 828 'win_pgo': 'gyp_official_winpgo', |
827 }, | 829 }, |
828 | 830 |
829 'tryserver.v8': { | 831 'tryserver.v8': { |
830 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', | 832 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', |
831 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64', | 833 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64', |
832 'v8_linux_chromium_gn_rel': 'gn_release_trybot', | 834 'v8_linux_chromium_gn_rel': 'gn_release_trybot', |
833 }, | 835 }, |
834 }, | 836 }, |
(...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1766 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 1768 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
1767 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 1769 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
1768 }, | 1770 }, |
1769 | 1771 |
1770 'valgrind': { | 1772 'valgrind': { |
1771 # TODO: add gn_args for 'build_for_tool=memcheck' | 1773 # TODO: add gn_args for 'build_for_tool=memcheck' |
1772 'gyp_defines': 'build_for_tool=memcheck', | 1774 'gyp_defines': 'build_for_tool=memcheck', |
1773 } | 1775 } |
1774 }, | 1776 }, |
1775 } | 1777 } |
OLD | NEW |