| 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 the list of configs that you can pass to mb; each config | 6 # This is the list of configs that you can pass to mb; each config |
| 7 # represents a particular combination of GYP_DEFINES/gn args that | 7 # represents a particular combination of GYP_DEFINES/gn args that |
| 8 # we must support. A given config *may* be platform-specific but | 8 # we must support. A given config *may* be platform-specific but |
| 9 # is not necessarily so (i.e., we might have mac, win, and linux | 9 # is not necessarily so (i.e., we might have mac, win, and linux |
| 10 # bots all using the 'gn_release_bot' config). | 10 # bots all using the 'gn_release_bot' config). |
| 11 'configs': { | 11 'configs': { |
| 12 'android_gn_release_bot': ['android', 'gn', 'release_bot'], | 12 'android_gn_release_bot': ['android', 'gn', 'release_bot'], |
| 13 'android_gn_debug_bot': ['android', 'gn', 'debug_static_bot'], | 13 'android_gn_debug_bot': ['android', 'gn', 'debug_static_bot'], |
| 14 'android_gn_release_trybot': ['android', 'gn', 'release_trybot'], | 14 'android_gn_release_trybot': ['android', 'gn', 'release_trybot'], |
| 15 'chromeos_gn_debug_bot': ['chromeos', 'gn', 'debug_bot'], | 15 'chromeos_gn_debug_bot': ['chromeos', 'gn', 'debug_bot'], |
| 16 'chromeos_gn_release_bot': ['chromeos', 'gn', 'release_bot'], | 16 'chromeos_gn_release_bot': ['chromeos', 'gn', 'release_bot'], |
| 17 'chromeos_gn_release_trybot': ['chromeos', 'gn', 'release_trybot'], | 17 'chromeos_gn_release_trybot': ['chromeos', 'gn', 'release_trybot'], |
| 18 'dev_gn_debug': ['gn', 'debug', 'shared', 'full_symbols'], | 18 'dev_gn_debug': ['gn', 'debug', 'shared', 'full_symbols'], |
| 19 'dev_gyp_debug': ['gyp', 'debug', 'shared', 'full_symbols'], | 19 'dev_gyp_debug': ['gyp', 'debug', 'shared', 'full_symbols'], |
| 20 'dev_gn_release': ['gn', 'release', 'shared'], | 20 'dev_gn_release': ['gn', 'release', 'shared'], |
| 21 'dev_gyp_release': ['gyp', 'release', 'shared'], | 21 'dev_gyp_release': ['gyp', 'release', 'shared'], |
| 22 'gn_release_bot': ['gn', 'release_bot'], | 22 'gn_release_bot': ['gn', 'release_bot'], |
| 23 'gn_release_bot_x86': ['gn', 'release_bot', 'x86'], | 23 'gn_release_bot_x86': ['gn', 'release_bot', 'x86'], |
| 24 'gn_release_trybot': ['gn', 'release_trybot'], | 24 'gn_release_trybot': ['gn', 'release_trybot'], |
| 25 'gn_release_trybot_x86': ['gn', 'release_trybot', 'x86'], |
| 25 'gn_debug_bot': ['gn', 'debug_bot'], | 26 'gn_debug_bot': ['gn', 'debug_bot'], |
| 26 'gn_debug_bot_win_x86': ['gn', 'debug_static_bot', 'x86'], | 27 'gn_debug_static_bot': ['gn', 'debug_static_bot'], |
| 28 'gn_debug_static_bot_x86': ['gn', 'debug_static_bot', 'x86'], |
| 27 'gyp_release_bot': ['gyp', 'release_bot'], | 29 'gyp_release_bot': ['gyp', 'release_bot'], |
| 28 }, | 30 }, |
| 29 | 31 |
| 30 # This is a list of configs that do not actually exist on any bot | 32 # This is a list of configs that do not actually exist on any bot |
| 31 # but are used so commonly by devs that we must support them. | 33 # but are used so commonly by devs that we must support them. |
| 32 'common_dev_configs': [ | 34 'common_dev_configs': [ |
| 33 'dev_gn_debug', | 35 'dev_gn_debug', |
| 34 'dev_gn_release', | 36 'dev_gn_release', |
| 35 'dev_gyp_debug', | 37 'dev_gyp_debug', |
| 36 'dev_gyp_release', | 38 'dev_gyp_release', |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 }, | 140 }, |
| 139 'chromium.linux': { | 141 'chromium.linux': { |
| 140 'Android GN': 'android_gn_release_bot', | 142 'Android GN': 'android_gn_release_bot', |
| 141 'Linux Builder': 'gyp_release_bot', | 143 'Linux Builder': 'gyp_release_bot', |
| 142 'Linux GN': 'gn_release_bot', | 144 'Linux GN': 'gn_release_bot', |
| 143 'Linux GN (dbg)': 'gn_debug_bot', | 145 'Linux GN (dbg)': 'gn_debug_bot', |
| 144 'Linux Tests': 'gyp_release_bot', | 146 'Linux Tests': 'gyp_release_bot', |
| 145 }, | 147 }, |
| 146 'chromium.mac': { | 148 'chromium.mac': { |
| 147 'Mac GN': 'gn_release_bot', | 149 'Mac GN': 'gn_release_bot', |
| 148 'Mac GN (dbg)': 'gn_debug_bot', | 150 'Mac GN (dbg)': 'gn_debug_static_bot', |
| 149 }, | 151 }, |
| 150 'chromium.win': { | 152 'chromium.win': { |
| 151 'Win8 GN': 'gn_release_bot_x86', | 153 'Win8 GN': 'gn_release_bot_x86', |
| 152 'Win8 GN (dbg)': 'gn_debug_bot_win_x86', | 154 'Win8 GN (dbg)': 'gn_debug_static_bot_x86', |
| 153 }, | 155 }, |
| 154 'chromium.webkit': { | 156 'chromium.webkit': { |
| 155 'Android GN': 'gn_release_bot', | 157 'Android GN': 'gn_release_bot', |
| 156 'Android GN (dbg)': 'gn_debug_bot', | 158 'Android GN (dbg)': 'gn_debug_bot', |
| 157 'Linux GN': 'gn_release_bot', | 159 'Linux GN': 'gn_release_bot', |
| 158 'Linux GN (dbg)': 'gn_debug_bot' | 160 'Linux GN (dbg)': 'gn_debug_bot' |
| 159 }, | 161 }, |
| 160 'tryserver.blink': { | 162 'tryserver.blink': { |
| 161 'android_chromium_gn_compile_rel': 'android_gn_release_bot', | 163 'android_chromium_gn_compile_rel': 'android_gn_release_bot', |
| 162 'linux_chromium_gn_rel': 'gn_release_bot', | 164 'linux_chromium_gn_rel': 'gn_release_bot', |
| 163 }, | 165 }, |
| 164 'tryserver.chromium.linux': { | 166 'tryserver.chromium.linux': { |
| 165 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot', | 167 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot', |
| 166 'android_chromium_gn_compile_rel': 'android_gn_release_trybot', | 168 'android_chromium_gn_compile_rel': 'android_gn_release_trybot', |
| 167 'linux_chromium_gn_chromeos_rel': 'chromeos_gn_release_trybot', | 169 'linux_chromium_gn_chromeos_rel': 'chromeos_gn_release_trybot', |
| 168 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', | 170 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', |
| 169 'linux_chromium_gn_dbg': 'gn_debug_bot', | 171 'linux_chromium_gn_dbg': 'gn_debug_bot', |
| 170 'linux_chromium_gn_rel': 'gn_release_trybot', | 172 'linux_chromium_gn_rel': 'gn_release_trybot', |
| 171 'linux_chromium_gn_upload_x64': 'gn_release_bot', | 173 'linux_chromium_gn_upload_x64': 'gn_release_bot', |
| 172 'linux_chromium_gn_upload_x86': 'gn_release_bot_x86', | 174 'linux_chromium_gn_upload_x86': 'gn_release_bot_x86', |
| 173 }, | 175 }, |
| 174 'tryserver.chromium.mac': { | 176 'tryserver.chromium.mac': { |
| 175 'mac_chromium_gn_dbg': 'gn_debug_bot', | 177 'mac_chromium_gn_dbg': 'gn_debug_static_bot', |
| 176 'mac_chromium_gn_rel': 'gn_release_trybot', | 178 'mac_chromium_gn_rel': 'gn_release_trybot', |
| 177 'mac_chromium_gn_upload': 'gn_release_bot', | 179 'mac_chromium_gn_upload': 'gn_release_bot', |
| 178 }, | 180 }, |
| 179 'tryserver.chromium.win': { | 181 'tryserver.chromium.win': { |
| 180 'win8_chromium_gn_dbg': 'gn_debug_bot', | 182 'win8_chromium_gn_dbg': 'gn_debug_static_bot_x86', |
| 181 'win8_chromium_gn_rel': 'gn_release_trybot', | 183 'win8_chromium_gn_rel': 'gn_release_trybot_x86', |
| 182 'win8_chromium_gn_upload': 'gn_release_bot', | 184 'win8_chromium_gn_upload': 'gn_release_bot', |
| 183 }, | 185 }, |
| 184 }, | 186 }, |
| 185 } | 187 } |
| OLD | NEW |