| 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 757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 768 'linux_chromium_variable_32': 'findit', | 768 'linux_chromium_variable_32': 'findit', |
| 769 'linux_chromium_variable_chrome': 'findit', | 769 'linux_chromium_variable_chrome': 'findit', |
| 770 'linux_chromium_variable_clobber': 'findit', | 770 'linux_chromium_variable_clobber': 'findit', |
| 771 'linux_chromium_variable_32_chrome': 'findit', | 771 'linux_chromium_variable_32_chrome': 'findit', |
| 772 'linux_chromium_variable_32_clobber': 'findit', | 772 'linux_chromium_variable_32_clobber': 'findit', |
| 773 'linux_chromium_webkit_asan_variable': 'findit', | 773 'linux_chromium_webkit_asan_variable': 'findit', |
| 774 'linux_chromium_webkit_leak_variable': 'findit', | 774 'linux_chromium_webkit_leak_variable': 'findit', |
| 775 'linux_chromium_webkit_msan_variable': 'findit', | 775 'linux_chromium_webkit_msan_variable': 'findit', |
| 776 'linux_chromium_webkit_variable': 'findit', | 776 'linux_chromium_webkit_variable': 'findit', |
| 777 'linux_chromiumos_full_variable': 'findit', | 777 'linux_chromiumos_full_variable': 'findit', |
| 778 |
| 779 # This is 'release_bot' rather than 'release_trybot' because |
| 780 # 'release_trybot' includes 'dcheck_always_on', which might cause |
| 781 # some layout test results to be different than for normal release |
| 782 # builds (and we only store baselines for release builds). |
| 783 'linux_layout_tests_slimming_paint_v2': 'swarming_gn_release_bot', |
| 784 |
| 785 'linux_nacl_sdk_build': 'gn_release_bot', |
| 778 'linux_nacl_sdk': 'gn_release_bot', | 786 'linux_nacl_sdk': 'gn_release_bot', |
| 779 'linux_nacl_sdk_build': 'gn_release_bot', | |
| 780 'linux_optional_gpu_tests_rel': | 787 'linux_optional_gpu_tests_rel': |
| 781 'swarming_gpu_fyi_tests_gn_release_trybot', | 788 'swarming_gpu_fyi_tests_gn_release_trybot', |
| 782 'linux_site_isolation': 'gn_release_trybot', | 789 'linux_site_isolation': 'gn_release_trybot', |
| 783 'linux_upload_clang': 'gn_release_bot', | 790 'linux_upload_clang': 'gn_release_bot', |
| 784 }, | 791 }, |
| 785 | 792 |
| 786 'tryserver.chromium.mac': { | 793 'tryserver.chromium.mac': { |
| 787 'ios-device': 'ios_gyp', | 794 'ios-device': 'ios_gyp', |
| 788 'ios-device-gn': 'ios_gn', | 795 'ios-device-gn': 'ios_gn', |
| 789 'ios-simulator': 'ios_gyp', | 796 'ios-simulator': 'ios_gyp', |
| (...skipping 1520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2310 }, | 2317 }, |
| 2311 | 2318 |
| 2312 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2319 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2313 | 2320 |
| 2314 'drmemory': { | 2321 'drmemory': { |
| 2315 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2322 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2316 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2323 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2317 }, | 2324 }, |
| 2318 }, | 2325 }, |
| 2319 } | 2326 } |
| OLD | NEW |