Chromium Code Reviews| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 62 'Marshmallow Tablet Tester': 'android_gn_debug_static_bot', | 62 'Marshmallow Tablet Tester': 'android_gn_debug_static_bot', |
| 63 }, | 63 }, |
| 64 | 64 |
| 65 'chromium.chrome': { | 65 'chromium.chrome': { |
| 66 'Google Chrome ChromeOS': 'gn_official_goma_chromeos', | 66 'Google Chrome ChromeOS': 'gn_official_goma_chromeos', |
| 67 'Google Chrome Linux x64': 'gn_official_goma', | 67 'Google Chrome Linux x64': 'gn_official_goma', |
| 68 'Google Chrome Mac': 'gn_official_goma', | 68 'Google Chrome Mac': 'gn_official_goma', |
| 69 'Google Chrome Win': 'gn_official_goma_minimal_symbols_x86', | 69 'Google Chrome Win': 'gn_official_goma_minimal_symbols_x86', |
| 70 }, | 70 }, |
| 71 | 71 |
| 72 'chromium.chromedriver': { | |
| 73 'Win7': 'gn_goma_release_static_x86', | |
| 74 'Mac 10.6': 'gn_goma_release_static', | |
| 75 'Linux': 'gn_goma_release_static', | |
| 76 'Linux32': 'gn_goma_release_static_x86', | |
| 77 }, | |
| 78 | |
| 72 'chromium.chromiumos': { | 79 'chromium.chromiumos': { |
| 73 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gn', | 80 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gn', |
| 74 'ChromiumOS daisy Compile': 'cros_chrome_sdk_gn', | 81 'ChromiumOS daisy Compile': 'cros_chrome_sdk_gn', |
| 75 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gn', | 82 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gn', |
| 76 'Linux ChromiumOS Builder': 'swarming_chromeos_gn_release_bot', | 83 'Linux ChromiumOS Builder': 'swarming_chromeos_gn_release_bot', |
| 77 'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gn_debug_bot', | 84 'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gn_debug_bot', |
| 78 'Linux ChromiumOS Full': 'swarming_chromeos_gn_release_bot', | 85 'Linux ChromiumOS Full': 'swarming_chromeos_gn_release_bot', |
| 79 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot', | 86 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot', |
| 80 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot', | 87 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot', |
| 81 'Linux ChromiumOS Ozone Builder': | 88 'Linux ChromiumOS Ozone Builder': |
| (...skipping 1045 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1127 | 1134 |
| 1128 'gn_debug_libfuzzer_asan': [ | 1135 'gn_debug_libfuzzer_asan': [ |
| 1129 'gn', 'debug', 'libfuzzer', 'asan', 'proprietary_codecs', 'pdf_xfa', | 1136 'gn', 'debug', 'libfuzzer', 'asan', 'proprietary_codecs', 'pdf_xfa', |
| 1130 'disable_nacl', | 1137 'disable_nacl', |
| 1131 ], | 1138 ], |
| 1132 | 1139 |
| 1133 'gn_debug_static_bot_chrome_with_codecs': [ | 1140 'gn_debug_static_bot_chrome_with_codecs': [ |
| 1134 'gn', 'debug_static_bot', 'chrome_with_codecs', | 1141 'gn', 'debug_static_bot', 'chrome_with_codecs', |
| 1135 ], | 1142 ], |
| 1136 | 1143 |
| 1144 'gn_goma_release_static': [ | |
|
jbudorick
2016/07/22 00:47:31
I think these are equivalent to gn_release_bot and
samuong
2016/07/22 02:08:46
Done.
| |
| 1145 'gn', 'goma', 'release', 'static' | |
| 1146 ], | |
| 1147 | |
| 1148 'gn_goma_release_static_x86': [ | |
| 1149 'gn', 'goma', 'release', 'static', 'x86' | |
| 1150 ], | |
| 1151 | |
| 1137 'gn_linux_upload': [ | 1152 'gn_linux_upload': [ |
| 1138 'gn_linux_upload', 'official', 'goma', | 1153 'gn_linux_upload', 'official', 'goma', |
| 1139 ], | 1154 ], |
| 1140 | 1155 |
| 1141 'gn_official': [ | 1156 'gn_official': [ |
| 1142 'gn', 'official', | 1157 'gn', 'official', |
| 1143 ], | 1158 ], |
| 1144 | 1159 |
| 1145 'gn_official_goma': [ | 1160 'gn_official_goma': [ |
| 1146 'gn', 'official', 'goma', | 1161 'gn', 'official', 'goma', |
| (...skipping 1180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2327 }, | 2342 }, |
| 2328 | 2343 |
| 2329 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2344 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2330 | 2345 |
| 2331 'drmemory': { | 2346 'drmemory': { |
| 2332 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2347 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2333 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2348 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2334 }, | 2349 }, |
| 2335 }, | 2350 }, |
| 2336 } | 2351 } |
| OLD | NEW |