| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 'Lollipop Phone Tester': 'android_gn_debug_static_bot', | 57 'Lollipop Phone Tester': 'android_gn_debug_static_bot', |
| 58 'Lollipop Tablet Tester': 'android_gn_debug_static_bot', | 58 'Lollipop Tablet Tester': 'android_gn_debug_static_bot', |
| 59 'Marshmallow 64 bit Tester': 'android_gn_debug_static_bot_arm64', | 59 'Marshmallow 64 bit Tester': 'android_gn_debug_static_bot_arm64', |
| 60 'Marshmallow Tablet Tester': 'android_gn_debug_static_bot', | 60 'Marshmallow Tablet Tester': 'android_gn_debug_static_bot', |
| 61 }, | 61 }, |
| 62 | 62 |
| 63 'chromium.chrome': { | 63 'chromium.chrome': { |
| 64 'Google Chrome ChromeOS': 'gyp_official_goma_chromeos', | 64 'Google Chrome ChromeOS': 'gyp_official_goma_chromeos', |
| 65 'Google Chrome Linux x64': 'gn_official_goma', | 65 'Google Chrome Linux x64': 'gn_official_goma', |
| 66 'Google Chrome Mac': 'gyp_official_goma', | 66 'Google Chrome Mac': 'gyp_official_goma', |
| 67 'Google Chrome Win': 'gn_official_goma_minimal_symbols_x86', | 67 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86', |
| 68 }, | 68 }, |
| 69 | 69 |
| 70 'chromium.chromiumos': { | 70 'chromium.chromiumos': { |
| 71 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gn', | 71 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gn', |
| 72 'ChromiumOS daisy Compile': 'cros_chrome_sdk_gn', | 72 'ChromiumOS daisy Compile': 'cros_chrome_sdk_gn', |
| 73 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gn', | 73 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gn', |
| 74 'Linux ChromiumOS Builder': 'swarming_chromeos_gyp_release_bot', | 74 'Linux ChromiumOS Builder': 'swarming_chromeos_gyp_release_bot', |
| 75 'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gyp_debug_bot', | 75 'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gyp_debug_bot', |
| 76 'Linux ChromiumOS Full': 'swarming_chromeos_gyp_release_bot', | 76 'Linux ChromiumOS Full': 'swarming_chromeos_gyp_release_bot', |
| 77 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot', | 77 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot', |
| (...skipping 1241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1319 ], | 1319 ], |
| 1320 | 1320 |
| 1321 'gyp_official_goma': [ | 1321 'gyp_official_goma': [ |
| 1322 'gyp', 'official', 'goma', | 1322 'gyp', 'official', 'goma', |
| 1323 ], | 1323 ], |
| 1324 | 1324 |
| 1325 'gyp_official_goma_chromeos': [ | 1325 'gyp_official_goma_chromeos': [ |
| 1326 'gyp', 'official', 'goma', 'chromeos', | 1326 'gyp', 'official', 'goma', 'chromeos', |
| 1327 ], | 1327 ], |
| 1328 | 1328 |
| 1329 'gyp_official_goma_minimal_symbols_x86': [ |
| 1330 'gyp', 'official', 'goma', 'minimal_symbols', 'x86', |
| 1331 ], |
| 1332 |
| 1329 'gyp_official_syzyasan': [ | 1333 'gyp_official_syzyasan': [ |
| 1330 'gyp', 'official', 'syzyasan', | 1334 'gyp', 'official', 'syzyasan', |
| 1331 ], | 1335 ], |
| 1332 | 1336 |
| 1333 'gyp_official_six_concurrent_links': [ | 1337 'gyp_official_six_concurrent_links': [ |
| 1334 'gyp', 'official', 'six_concurrent_links', | 1338 'gyp', 'official', 'six_concurrent_links', |
| 1335 ], | 1339 ], |
| 1336 | 1340 |
| 1337 # TODO(crbug.com/595947) - figure out how to handle PGO, which needs | 1341 # TODO(crbug.com/595947) - figure out how to handle PGO, which needs |
| 1338 # to invoke GYP/GN twice, with two different sets of flags, apparently. | 1342 # to invoke GYP/GN twice, with two different sets of flags, apparently. |
| (...skipping 987 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2326 }, | 2330 }, |
| 2327 | 2331 |
| 2328 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2332 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2329 | 2333 |
| 2330 'drmemory': { | 2334 'drmemory': { |
| 2331 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2335 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2332 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2336 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2333 }, | 2337 }, |
| 2334 }, | 2338 }, |
| 2335 } | 2339 } |
| OLD | NEW |