| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 'gn_official_optimize_chrome_pgo_phase_1_x64', | 125 'gn_official_optimize_chrome_pgo_phase_1_x64', |
| 126 'gn_official_optimize_chrome_pgo_phase_2_x64', | 126 'gn_official_optimize_chrome_pgo_phase_2_x64', |
| 127 ], | 127 ], |
| 128 'Chromium Windows Analyze': 'gn_windows_analyze', | 128 'Chromium Windows Analyze': 'gn_windows_analyze', |
| 129 'CrWin7Goma': 'gn_release_bot_minimal_symbols_x86', | 129 'CrWin7Goma': 'gn_release_bot_minimal_symbols_x86', |
| 130 'CrWin7Goma(clbr)': 'gn_shared_release_bot_minimal_symbols_x86', | 130 'CrWin7Goma(clbr)': 'gn_shared_release_bot_minimal_symbols_x86', |
| 131 'CrWin7Goma(dbg)': 'gn_debug_bot_minimal_symbols_x86', | 131 'CrWin7Goma(dbg)': 'gn_debug_bot_minimal_symbols_x86', |
| 132 'CrWin7Goma(dll)': 'gn_shared_release_bot_minimal_symbols_x86', | 132 'CrWin7Goma(dll)': 'gn_shared_release_bot_minimal_symbols_x86', |
| 133 # if CrWinClang is modified, please update CrWinClangGoma in the same way. | 133 # if CrWinClang is modified, please update CrWinClangGoma in the same way. |
| 134 'CrWinClang': | 134 'CrWinClang': |
| 135 'swarming_gn_clang_official_optimize_release_bot_minimal_symbols_x86', | 135 'swarming_gn_clang_official_release_bot_minimal_symbols_x86', |
| 136 'CrWinClang(dbg)': | 136 'CrWinClang(dbg)': |
| 137 'swarming_gn_clang_debug_bot_minimal_symbols_x86', | 137 'swarming_gn_clang_debug_bot_minimal_symbols_x86', |
| 138 'CrWinClang(dbg) tester': 'none', | 138 'CrWinClang(dbg) tester': 'none', |
| 139 'CrWinClang64': | 139 'CrWinClang64': |
| 140 'swarming_gn_clang_official_optimize_release_bot_minimal_symbols_x64', | 140 'swarming_gn_clang_official_release_bot_minimal_symbols_x64', |
| 141 'CrWinClang tester': 'none', | 141 'CrWinClang tester': 'none', |
| 142 'CrWinClang64(dll)': | 142 'CrWinClang64(dll)': |
| 143 'swarming_gn_clang_minimal_symbols_shared_release_bot_x64', | 143 'swarming_gn_clang_minimal_symbols_shared_release_bot_x64', |
| 144 'CrWinClangGoma': | 144 'CrWinClangGoma': |
| 145 'swarming_gn_clang_official_optimize_release_bot_minimal_symbols_x86', | 145 'swarming_gn_clang_official_optimize_release_bot_minimal_symbols_x86', |
| 146 'CrWinGoma': 'gn_release_bot_minimal_symbols_x86', | 146 'CrWinGoma': 'gn_release_bot_minimal_symbols_x86', |
| 147 'CrWinGoma(dll)': 'gn_shared_release_bot_minimal_symbols_x86', | 147 'CrWinGoma(dll)': 'gn_shared_release_bot_minimal_symbols_x86', |
| 148 'ClangToTAndroidASan': 'android_clang_tot_asan', | 148 'ClangToTAndroidASan': 'android_clang_tot_asan', |
| 149 'ClangToTAndroidASan tester': 'none', | 149 'ClangToTAndroidASan tester': 'none', |
| 150 'ClangToTLinux': | 150 'ClangToTLinux': |
| (...skipping 822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 973 'win_chromium_variable_chrome': 'findit', | 973 'win_chromium_variable_chrome': 'findit', |
| 974 'win_chromium_variable_clang': 'findit', | 974 'win_chromium_variable_clang': 'findit', |
| 975 'win_chromium_variable_gn': 'findit', | 975 'win_chromium_variable_gn': 'findit', |
| 976 'win_chromium_variable_webkit_builder': 'findit', | 976 'win_chromium_variable_webkit_builder': 'findit', |
| 977 'win_chromium_variable_webkit_layout': 'findit', | 977 'win_chromium_variable_webkit_layout': 'findit', |
| 978 'win_chromium_variable_webkit_win7_builder': 'findit', | 978 'win_chromium_variable_webkit_win7_builder': 'findit', |
| 979 'win_chromium_variable_webkit_win7_builder_x64': 'findit', | 979 'win_chromium_variable_webkit_win7_builder_x64': 'findit', |
| 980 'win_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64', | 980 'win_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64', |
| 981 'win_clang': 'win_clang_debug_bot', | 981 'win_clang': 'win_clang_debug_bot', |
| 982 'win_clang_dbg': 'swarming_gn_clang_debug_trybot_x86', | 982 'win_clang_dbg': 'swarming_gn_clang_debug_trybot_x86', |
| 983 'win_clang_rel': | 983 'win_clang_rel': 'swarming_gn_clang_official_release_trybot_x86', |
| 984 'swarming_gn_clang_official_optimize_release_trybot_x86', | |
| 985 'win_clang_x64_dbg': 'win_clang_debug_bot', | 984 'win_clang_x64_dbg': 'win_clang_debug_bot', |
| 986 'win_clang_x64_rel': | 985 'win_clang_x64_rel': 'swarming_gn_clang_official_release_trybot_x64', |
| 987 'swarming_gn_clang_official_optimize_release_trybot_x64', | |
| 988 'win_nacl_sdk': 'gn_release_bot_minimal_symbols_x86', | 986 'win_nacl_sdk': 'gn_release_bot_minimal_symbols_x86', |
| 989 'win_nacl_sdk_build': 'gn_release_bot_minimal_symbols_x86', | 987 'win_nacl_sdk_build': 'gn_release_bot_minimal_symbols_x86', |
| 990 'win_optional_gpu_tests_rel': | 988 'win_optional_gpu_tests_rel': |
| 991 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x86', | 989 'swarming_gpu_tests_deqp_gles_gn_release_trybot_x86', |
| 992 'win_pgo': [ | 990 'win_pgo': [ |
| 993 'gn_official_optimize_chrome_pgo_phase_1_x86', | 991 'gn_official_optimize_chrome_pgo_phase_1_x86', |
| 994 'gn_official_optimize_chrome_pgo_phase_2_x86', | 992 'gn_official_optimize_chrome_pgo_phase_2_x86', |
| 995 ], | 993 ], |
| 996 'win_upload_clang': 'gn_release_bot', | 994 'win_upload_clang': 'gn_release_bot', |
| 997 'win_chrome_official': 'gn_official_goma_minimal_symbols_x86', | 995 'win_chrome_official': 'gn_official_goma_minimal_symbols_x86', |
| (...skipping 833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1831 | 1829 |
| 1832 'swarming_gn_clang_debug_trybot_x86': [ | 1830 'swarming_gn_clang_debug_trybot_x86': [ |
| 1833 'swarming', 'gn', 'clang', 'debug_trybot', 'x86', | 1831 'swarming', 'gn', 'clang', 'debug_trybot', 'x86', |
| 1834 ], | 1832 ], |
| 1835 | 1833 |
| 1836 'swarming_gn_clang_minimal_symbols_shared_release_bot_x64': [ | 1834 'swarming_gn_clang_minimal_symbols_shared_release_bot_x64': [ |
| 1837 'swarming', 'gn', 'clang', 'minimal_symbols', 'shared_release_bot', | 1835 'swarming', 'gn', 'clang', 'minimal_symbols', 'shared_release_bot', |
| 1838 'x64', | 1836 'x64', |
| 1839 ], | 1837 ], |
| 1840 | 1838 |
| 1841 'swarming_gn_clang_official_optimize_release_bot_minimal_symbols_x64': [ | 1839 'swarming_gn_clang_official_release_bot_minimal_symbols_x64': [ |
| 1842 'swarming', 'gn', 'clang', 'official_optimize', 'release_bot', | 1840 'swarming', 'gn', 'clang', 'official', 'release_bot', |
| 1843 'minimal_symbols', 'x64', | 1841 'minimal_symbols', 'x64', |
| 1844 ], | 1842 ], |
| 1845 | 1843 |
| 1844 'swarming_gn_clang_official_release_bot_minimal_symbols_x86': [ |
| 1845 'swarming', 'gn', 'clang', 'official', 'release_bot', |
| 1846 'minimal_symbols', 'x86', |
| 1847 ], |
| 1848 |
| 1846 'swarming_gn_clang_official_optimize_release_bot_minimal_symbols_x86': [ | 1849 'swarming_gn_clang_official_optimize_release_bot_minimal_symbols_x86': [ |
| 1847 'swarming', 'gn', 'clang', 'official_optimize', 'release_bot', | 1850 'swarming', 'gn', 'clang', 'official_optimize', 'release_bot', |
| 1848 'minimal_symbols', 'x86', | 1851 'minimal_symbols', 'x86', |
| 1849 ], | 1852 ], |
| 1850 | 1853 |
| 1851 'swarming_gn_clang_official_optimize_release_trybot_x64': [ | 1854 'swarming_gn_clang_official_release_trybot_x64': [ |
| 1852 'swarming', 'gn', 'clang', 'official_optimize', 'release_trybot', 'x64', | 1855 'swarming', 'gn', 'clang', 'official', 'release_trybot', 'x64', |
| 1853 ], | 1856 ], |
| 1854 | 1857 |
| 1855 'swarming_gn_clang_official_optimize_release_trybot_x86': [ | 1858 'swarming_gn_clang_official_release_trybot_x86': [ |
| 1856 'swarming', 'gn', 'clang', 'official_optimize', 'release_trybot', 'x86', | 1859 'swarming', 'gn', 'clang', 'official', 'release_trybot', 'x86', |
| 1857 ], | 1860 ], |
| 1858 | 1861 |
| 1859 'swarming_gn_clang_shared_release_bot_minimal_symbols_x86': [ | 1862 'swarming_gn_clang_shared_release_bot_minimal_symbols_x86': [ |
| 1860 'swarming', 'gn', 'clang', 'shared_release_bot', 'minimal_symbols', | 1863 'swarming', 'gn', 'clang', 'shared_release_bot', 'minimal_symbols', |
| 1861 'x86', | 1864 'x86', |
| 1862 ], | 1865 ], |
| 1863 | 1866 |
| 1864 'swarming_gn_clang_tot_asan_lsan_static_release': [ | 1867 'swarming_gn_clang_tot_asan_lsan_static_release': [ |
| 1865 'swarming', 'gn', 'clang_tot', 'asan', 'lsan', 'static', 'release', | 1868 'swarming', 'gn', 'clang_tot', 'asan', 'lsan', 'static', 'release', |
| 1866 ], | 1869 ], |
| (...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2420 }, | 2423 }, |
| 2421 | 2424 |
| 2422 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2425 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2423 | 2426 |
| 2424 'drmemory': { | 2427 'drmemory': { |
| 2425 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2428 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2426 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2429 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2427 }, | 2430 }, |
| 2428 }, | 2431 }, |
| 2429 } | 2432 } |
| OLD | NEW |