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 'chromeos.chrome': { | 10 'chromeos.chrome': { |
(...skipping 737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
748 | 748 |
749 'android_cronet_release_trybot_arm_no_neon': [ | 749 'android_cronet_release_trybot_arm_no_neon': [ |
750 'android', 'cronet', 'release_trybot', 'arm_no_neon', | 750 'android', 'cronet', 'release_trybot', 'arm_no_neon', |
751 ], | 751 ], |
752 | 752 |
753 'android_debug_bot': [ | 753 'android_debug_bot': [ |
754 'android', 'debug_bot', | 754 'android', 'debug_bot', |
755 ], | 755 ], |
756 | 756 |
757 'android_debug_static_bot': [ | 757 'android_debug_static_bot': [ |
758 'android', 'debug_static_bot', 'vr_shell', | 758 'android', 'debug_static_bot', |
759 ], | 759 ], |
760 | 760 |
761 'android_debug_static_bot_arm64': [ | 761 'android_debug_static_bot_arm64': [ |
762 'android', 'debug_static_bot', 'arm64', 'vr_shell', | 762 'android', 'debug_static_bot', 'arm64', |
763 ], | 763 ], |
764 | 764 |
765 'android_debug_trybot': [ | 765 'android_debug_trybot': [ |
766 'android', 'debug_trybot', | 766 'android', 'debug_trybot', |
767 ], | 767 ], |
768 | 768 |
769 'android_debug_trybot_arm64': [ | 769 'android_debug_trybot_arm64': [ |
770 'android', 'debug_trybot', 'arm64', | 770 'android', 'debug_trybot', 'arm64', |
771 ], | 771 ], |
772 | 772 |
(...skipping 1026 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1799 'gn_args': 'target_cpu="x86"', | 1799 'gn_args': 'target_cpu="x86"', |
1800 }, | 1800 }, |
1801 | 1801 |
1802 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 1802 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
1803 | 1803 |
1804 'drmemory': { | 1804 'drmemory': { |
1805 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 1805 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
1806 }, | 1806 }, |
1807 }, | 1807 }, |
1808 } | 1808 } |
OLD | NEW |