| 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'], | |
| 26 'gn_debug_bot': ['gn', 'debug_bot'], | 25 'gn_debug_bot': ['gn', 'debug_bot'], |
| 27 'gn_debug_static_bot': ['gn', 'debug_static_bot'], | 26 'gn_debug_bot_win_x86': ['gn', 'debug_static_bot', 'x86'], |
| 28 'gn_debug_static_bot_x86': ['gn', 'debug_static_bot', 'x86'], | |
| 29 'gyp_release_bot': ['gyp', 'release_bot'], | 27 'gyp_release_bot': ['gyp', 'release_bot'], |
| 30 }, | 28 }, |
| 31 | 29 |
| 32 # This is a list of configs that do not actually exist on any bot | 30 # This is a list of configs that do not actually exist on any bot |
| 33 # but are used so commonly by devs that we must support them. | 31 # but are used so commonly by devs that we must support them. |
| 34 'common_dev_configs': [ | 32 'common_dev_configs': [ |
| 35 'dev_gn_debug', | 33 'dev_gn_debug', |
| 36 'dev_gn_release', | 34 'dev_gn_release', |
| 37 'dev_gyp_debug', | 35 'dev_gyp_debug', |
| 38 'dev_gyp_release', | 36 'dev_gyp_release', |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 }, | 138 }, |
| 141 'chromium.linux': { | 139 'chromium.linux': { |
| 142 'Android GN': 'android_gn_release_bot', | 140 'Android GN': 'android_gn_release_bot', |
| 143 'Linux Builder': 'gyp_release_bot', | 141 'Linux Builder': 'gyp_release_bot', |
| 144 'Linux GN': 'gn_release_bot', | 142 'Linux GN': 'gn_release_bot', |
| 145 'Linux GN (dbg)': 'gn_debug_bot', | 143 'Linux GN (dbg)': 'gn_debug_bot', |
| 146 'Linux Tests': 'gyp_release_bot', | 144 'Linux Tests': 'gyp_release_bot', |
| 147 }, | 145 }, |
| 148 'chromium.mac': { | 146 'chromium.mac': { |
| 149 'Mac GN': 'gn_release_bot', | 147 'Mac GN': 'gn_release_bot', |
| 150 'Mac GN (dbg)': 'gn_debug_static_bot', | 148 'Mac GN (dbg)': 'gn_debug_bot', |
| 151 }, | 149 }, |
| 152 'chromium.win': { | 150 'chromium.win': { |
| 153 'Win8 GN': 'gn_release_bot_x86', | 151 'Win8 GN': 'gn_release_bot_x86', |
| 154 'Win8 GN (dbg)': 'gn_debug_static_bot_x86', | 152 'Win8 GN (dbg)': 'gn_debug_bot_win_x86', |
| 155 }, | 153 }, |
| 156 'chromium.webkit': { | 154 'chromium.webkit': { |
| 157 'Android GN': 'gn_release_bot', | 155 'Android GN': 'gn_release_bot', |
| 158 'Android GN (dbg)': 'gn_debug_bot', | 156 'Android GN (dbg)': 'gn_debug_bot', |
| 159 'Linux GN': 'gn_release_bot', | 157 'Linux GN': 'gn_release_bot', |
| 160 'Linux GN (dbg)': 'gn_debug_bot' | 158 'Linux GN (dbg)': 'gn_debug_bot' |
| 161 }, | 159 }, |
| 162 'tryserver.blink': { | 160 'tryserver.blink': { |
| 163 'android_chromium_gn_compile_rel': 'android_gn_release_bot', | 161 'android_chromium_gn_compile_rel': 'android_gn_release_bot', |
| 164 'linux_chromium_gn_rel': 'gn_release_bot', | 162 'linux_chromium_gn_rel': 'gn_release_bot', |
| 165 }, | 163 }, |
| 166 'tryserver.chromium.linux': { | 164 'tryserver.chromium.linux': { |
| 167 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot', | 165 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot', |
| 168 'android_chromium_gn_compile_rel': 'android_gn_release_trybot', | 166 'android_chromium_gn_compile_rel': 'android_gn_release_trybot', |
| 169 'linux_chromium_gn_chromeos_rel': 'chromeos_gn_release_trybot', | 167 'linux_chromium_gn_chromeos_rel': 'chromeos_gn_release_trybot', |
| 170 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', | 168 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', |
| 171 'linux_chromium_gn_dbg': 'gn_debug_bot', | 169 'linux_chromium_gn_dbg': 'gn_debug_bot', |
| 172 'linux_chromium_gn_rel': 'gn_release_trybot', | 170 'linux_chromium_gn_rel': 'gn_release_trybot', |
| 173 'linux_chromium_gn_upload_x64': 'gn_release_bot', | 171 'linux_chromium_gn_upload_x64': 'gn_release_bot', |
| 174 'linux_chromium_gn_upload_x86': 'gn_release_bot_x86', | 172 'linux_chromium_gn_upload_x86': 'gn_release_bot_x86', |
| 175 }, | 173 }, |
| 176 'tryserver.chromium.mac': { | 174 'tryserver.chromium.mac': { |
| 177 'mac_chromium_gn_dbg': 'gn_debug_static_bot', | 175 'mac_chromium_gn_dbg': 'gn_debug_bot', |
| 178 'mac_chromium_gn_rel': 'gn_release_trybot', | 176 'mac_chromium_gn_rel': 'gn_release_trybot', |
| 179 'mac_chromium_gn_upload': 'gn_release_bot', | 177 'mac_chromium_gn_upload': 'gn_release_bot', |
| 180 }, | 178 }, |
| 181 'tryserver.chromium.win': { | 179 'tryserver.chromium.win': { |
| 182 'win8_chromium_gn_dbg': 'gn_debug_static_bot_x86', | 180 'win8_chromium_gn_dbg': 'gn_debug_bot', |
| 183 'win8_chromium_gn_rel': 'gn_release_trybot_x86', | 181 'win8_chromium_gn_rel': 'gn_release_trybot', |
| 184 'win8_chromium_gn_upload': 'gn_release_bot', | 182 'win8_chromium_gn_upload': 'gn_release_bot', |
| 185 }, | 183 }, |
| 186 }, | 184 }, |
| 187 } | 185 } |
| OLD | NEW |