| 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 667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 678 'android_compile_dbg': 'swarming_android_gn_debug_trybot', | 678 'android_compile_dbg': 'swarming_android_gn_debug_trybot', |
| 679 'android_compile_mips_dbg': 'android_gn_debug_trybot_mipsel', | 679 'android_compile_mips_dbg': 'android_gn_debug_trybot_mipsel', |
| 680 'android_compile_rel': 'swarming_android_gn_release_trybot', | 680 'android_compile_rel': 'swarming_android_gn_release_trybot', |
| 681 'android_compile_x64_dbg': 'android_gn_debug_trybot_x64', | 681 'android_compile_x64_dbg': 'android_gn_debug_trybot_x64', |
| 682 'android_compile_x86_dbg': 'android_gn_debug_trybot_x86', | 682 'android_compile_x86_dbg': 'android_gn_debug_trybot_x86', |
| 683 'android_coverage': 'android_gn_debug_trybot_java_coverage', | 683 'android_coverage': 'android_gn_debug_trybot_java_coverage', |
| 684 # TODO(crbug/597596): Switch this back to debug_trybot when cronet's | 684 # TODO(crbug/597596): Switch this back to debug_trybot when cronet's |
| 685 # shared library loading is fixed. | 685 # shared library loading is fixed. |
| 686 'android_cronet_tester': 'android_cronet_gn_debug_static_bot', | 686 'android_cronet_tester': 'android_cronet_gn_debug_static_bot', |
| 687 'android_n5x_swarming_rel': 'swarming_android_gn_release_trybot_arm64', | 687 'android_n5x_swarming_rel': 'swarming_android_gn_release_trybot_arm64', |
| 688 'android_optional_gpu_tests_rel': |
| 689 'swarming_android_gn_release_trybot_arm64', |
| 688 'android_swarming_rel': 'swarming_android_gn_release_trybot', | 690 'android_swarming_rel': 'swarming_android_gn_release_trybot', |
| 689 'cast_shell_android': 'android_cast_gn_debug_static_bot', | 691 'cast_shell_android': 'android_cast_gn_debug_static_bot', |
| 690 'linux_android_dbg_ng': 'swarming_android_gn_debug_trybot', | 692 'linux_android_dbg_ng': 'swarming_android_gn_debug_trybot', |
| 691 'linux_android_rel_ng': 'swarming_android_gn_release_trybot', | 693 'linux_android_rel_ng': 'swarming_android_gn_release_trybot', |
| 692 }, | 694 }, |
| 693 | 695 |
| 694 'tryserver.chromium.angle': { | 696 'tryserver.chromium.angle': { |
| 695 'android_angle_rel_ng': | 697 'android_angle_rel_ng': |
| 696 'swarming_gpu_tests_android_gn_release_trybot', | 698 'swarming_gpu_tests_android_gn_release_trybot', |
| 697 'linux_angle_chromeos_rel_ng': | 699 'linux_angle_chromeos_rel_ng': |
| (...skipping 1625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2323 }, | 2325 }, |
| 2324 | 2326 |
| 2325 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2327 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2326 | 2328 |
| 2327 'drmemory': { | 2329 'drmemory': { |
| 2328 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2330 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2329 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2331 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2330 }, | 2332 }, |
| 2331 }, | 2333 }, |
| 2332 } | 2334 } |
| OLD | NEW |