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 825 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
836 'mac_fyi_perf_bisect': 'gyp_official_goma', | 836 'mac_fyi_perf_bisect': 'gyp_official_goma', |
837 'mac_hdd_perf_bisect': 'gyp_official_goma', | 837 'mac_hdd_perf_bisect': 'gyp_official_goma', |
838 'mac_perf_bisect_builder': 'gyp_official_goma', | 838 'mac_perf_bisect_builder': 'gyp_official_goma', |
839 'mac_retina_perf_bisect': 'gyp_official_goma', | 839 'mac_retina_perf_bisect': 'gyp_official_goma', |
840 'mac_retina_perf_cq': 'gyp_official_goma', | 840 'mac_retina_perf_cq': 'gyp_official_goma', |
841 'win_8_perf_bisect': 'gn_official_goma_minimal_symbols_x86', | 841 'win_8_perf_bisect': 'gn_official_goma_minimal_symbols_x86', |
842 'win_fyi_perf_bisect': 'gn_official_goma_minimal_symbols_x86', | 842 'win_fyi_perf_bisect': 'gn_official_goma_minimal_symbols_x86', |
843 'win_perf_bisect': 'gn_official_goma_minimal_symbols_x86', | 843 'win_perf_bisect': 'gn_official_goma_minimal_symbols_x86', |
844 'win_perf_bisect_builder': 'gn_official_goma_minimal_symbols_x86', | 844 'win_perf_bisect_builder': 'gn_official_goma_minimal_symbols_x86', |
845 'win_x64_perf_bisect': 'gn_official_goma_minimal_symbols_x64', | 845 'win_x64_perf_bisect': 'gn_official_goma_minimal_symbols_x64', |
| 846 'winx64_8_perf_bisect': 'gn_official_goma_minimal_symbols_x64', |
846 'winx64_10_perf_bisect': 'gn_official_goma_minimal_symbols_x64', | 847 'winx64_10_perf_bisect': 'gn_official_goma_minimal_symbols_x64', |
847 'winx64_10_perf_cq': 'gn_official_goma_minimal_symbols_x64', | 848 'winx64_10_perf_cq': 'gn_official_goma_minimal_symbols_x64', |
848 'winx64_bisect_builder': 'gn_official_goma_minimal_symbols_x64', | 849 'winx64_bisect_builder': 'gn_official_goma_minimal_symbols_x64', |
| 850 'winx64_fyi_perf_bisect': 'gn_official_goma_minimal_symbols_x64', |
849 'winx64_zen_perf_bisect': 'gn_official_goma_minimal_symbols_x64', | 851 'winx64_zen_perf_bisect': 'gn_official_goma_minimal_symbols_x64', |
850 'winx64ati_perf_bisect': 'gn_official_goma_minimal_symbols_x64', | 852 'winx64ati_perf_bisect': 'gn_official_goma_minimal_symbols_x64', |
851 'winx64intel_perf_bisect': 'gn_official_goma_minimal_symbols_x64', | 853 'winx64intel_perf_bisect': 'gn_official_goma_minimal_symbols_x64', |
852 'winx64nvidia_perf_bisect': 'gn_official_goma_minimal_symbols_x64', | 854 'winx64nvidia_perf_bisect': 'gn_official_goma_minimal_symbols_x64', |
853 }, | 855 }, |
854 | 856 |
855 'tryserver.chromium.win': { | 857 'tryserver.chromium.win': { |
856 'win10_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64', | 858 'win10_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64', |
857 'win10_chromium_x64_rel_ng_exp': 'swarming_gn_release_trybot_x64', | 859 'win10_chromium_x64_rel_ng_exp': 'swarming_gn_release_trybot_x64', |
858 'win8_chromium_gn_dbg': 'swarming_gn_debug_trybot_x86', | 860 'win8_chromium_gn_dbg': 'swarming_gn_debug_trybot_x86', |
(...skipping 1451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2310 }, | 2312 }, |
2311 | 2313 |
2312 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2314 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
2313 | 2315 |
2314 'drmemory': { | 2316 'drmemory': { |
2315 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2317 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
2316 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2318 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
2317 }, | 2319 }, |
2318 }, | 2320 }, |
2319 } | 2321 } |
OLD | NEW |