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 743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
754 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', | 754 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', |
755 'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot', | 755 'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot', |
756 'linux_chromium_gn_chromeos_variable': 'findit', | 756 'linux_chromium_gn_chromeos_variable': 'findit', |
757 'linux_chromium_gn_upload': 'gn_linux_upload', | 757 'linux_chromium_gn_upload': 'gn_linux_upload', |
758 | 758 |
759 # This is intentionally a release_bot and not a release_trybot; | 759 # This is intentionally a release_bot and not a release_trybot; |
760 # enabling DCHECKs seems to cause flaky failures that don't show up | 760 # enabling DCHECKs seems to cause flaky failures that don't show up |
761 # on the continuous builder. | 761 # on the continuous builder. |
762 'linux_chromium_msan_rel_ng': 'swarming_msan_gn_release_bot', | 762 'linux_chromium_msan_rel_ng': 'swarming_msan_gn_release_bot', |
763 | 763 |
764 | |
Dirk Pranke
2016/07/15 22:29:56
nit: remove this random blank line?
qyearsley
2016/07/15 22:37:16
Done
| |
764 'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot', | 765 'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot', |
765 'linux_chromium_tsan_rel_ng': | 766 'linux_chromium_tsan_rel_ng': |
766 'swarming_tsan_disable_nacl_gn_release_trybot', | 767 'swarming_tsan_disable_nacl_gn_release_trybot', |
767 'linux_chromium_variable': 'findit', | 768 'linux_chromium_variable': 'findit', |
768 'linux_chromium_variable_32': 'findit', | 769 'linux_chromium_variable_32': 'findit', |
769 'linux_chromium_variable_chrome': 'findit', | 770 'linux_chromium_variable_chrome': 'findit', |
770 'linux_chromium_variable_clobber': 'findit', | 771 'linux_chromium_variable_clobber': 'findit', |
771 'linux_chromium_variable_32_chrome': 'findit', | 772 'linux_chromium_variable_32_chrome': 'findit', |
772 'linux_chromium_variable_32_clobber': 'findit', | 773 'linux_chromium_variable_32_clobber': 'findit', |
773 'linux_chromium_webkit_asan_variable': 'findit', | 774 'linux_chromium_webkit_asan_variable': 'findit', |
774 'linux_chromium_webkit_leak_variable': 'findit', | 775 'linux_chromium_webkit_leak_variable': 'findit', |
775 'linux_chromium_webkit_msan_variable': 'findit', | 776 'linux_chromium_webkit_msan_variable': 'findit', |
776 'linux_chromium_webkit_variable': 'findit', | 777 'linux_chromium_webkit_variable': 'findit', |
777 'linux_chromiumos_full_variable': 'findit', | 778 'linux_chromiumos_full_variable': 'findit', |
778 'linux_nacl_sdk': 'gn_release_bot', | 779 'linux_nacl_sdk': 'gn_release_bot', |
779 'linux_nacl_sdk_build': 'gn_release_bot', | 780 'linux_nacl_sdk_build': 'gn_release_bot', |
780 'linux_optional_gpu_tests_rel': | 781 'linux_optional_gpu_tests_rel': |
781 'swarming_gpu_fyi_tests_gn_release_trybot', | 782 'swarming_gpu_fyi_tests_gn_release_trybot', |
782 'linux_site_isolation': 'gn_release_trybot', | 783 'linux_site_isolation': 'gn_release_trybot', |
783 'linux_upload_clang': 'gn_release_bot', | 784 'linux_upload_clang': 'gn_release_bot', |
785 | |
786 # This is 'release_bot' rather than 'release_trybot' because | |
787 # 'release_trybot' includes 'dcheck_always_on', which might cause | |
788 # some layout test results to be different than for normal release | |
789 # builds (and we only store baselines for release builds). | |
790 'linux_layout_tests_slimming_paint_v2': 'swarming_gn_release_bot', | |
Dirk Pranke
2016/07/15 22:29:56
this should be sorted above linux-nacl_sdk.
qyearsley
2016/07/15 22:37:16
Done
| |
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', |
790 'ios-simulator-gn': 'ios_gn', | 797 'ios-simulator-gn': 'ios_gn', |
791 'mac_chromium_10.10_rel_ng': 'swarming_gpu_tests_gn_release_trybot', | 798 'mac_chromium_10.10_rel_ng': 'swarming_gpu_tests_gn_release_trybot', |
792 'mac_chromium_10.10_macviews': 'mac_views_browser_gyp_release_trybot', | 799 'mac_chromium_10.10_macviews': 'mac_views_browser_gyp_release_trybot', |
793 'mac_chromium_archive_rel_ng': 'noswarming_gyp_release_bot_mac_strip', | 800 'mac_chromium_archive_rel_ng': 'noswarming_gyp_release_bot_mac_strip', |
(...skipping 1516 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 |