| 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': { |
| 11 'amd64-generic Trusty (Informational)': 'cros_chrome_sdk_gn', | 11 'amd64-generic Trusty (Informational)': 'cros_chrome_sdk_gn', |
| 12 'Chrome4CROS Packages': 'swarming_chromeos_gn_release_bot', | 12 'Chrome4CROS Packages': 'swarming_chromeos_gn_release_bot', |
| 13 'Linux ChromeOS Buildspec Tests': 'swarming_chromeos_gn_release_bot', |
| 13 }, | 14 }, |
| 14 | 15 |
| 15 # Take care when changing any of these builders to ensure that you do not | 16 # Take care when changing any of these builders to ensure that you do not |
| 16 # include a configuration with 'chrome_with_codecs' since these builders | 17 # include a configuration with 'chrome_with_codecs' since these builders |
| 17 # generated publicly advertised non-Official builds which are not allowed | 18 # generated publicly advertised non-Official builds which are not allowed |
| 18 # to have proprietary codecs enabled. | 19 # to have proprietary codecs enabled. |
| 19 'chromium': { | 20 'chromium': { |
| 20 'Android': 'android_without_codecs_gn_release_bot_minimal_symbols', | 21 'Android': 'android_without_codecs_gn_release_bot_minimal_symbols', |
| 21 'Linux x64': 'noswarming_gn_release_bot', | 22 'Linux x64': 'noswarming_gn_release_bot', |
| 22 'Mac': 'noswarming_gn_release_bot_mac_strip', | 23 'Mac': 'noswarming_gn_release_bot_mac_strip', |
| (...skipping 2446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2469 }, | 2470 }, |
| 2470 | 2471 |
| 2471 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2472 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2472 | 2473 |
| 2473 'drmemory': { | 2474 'drmemory': { |
| 2474 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2475 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2475 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2476 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2476 }, | 2477 }, |
| 2477 }, | 2478 }, |
| 2478 } | 2479 } |
| OLD | NEW |