Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: tools/mb/mb_config.pyl

Issue 1083123005: Add MB configs for the GN bots on the V8 waterfalls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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).
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'Win x64 GN (dbg)': 'gn_debug_static_bot', 155 'Win x64 GN (dbg)': 'gn_debug_static_bot',
156 'Win8 GN': 'gn_release_bot_x86', 156 'Win8 GN': 'gn_release_bot_x86',
157 'Win8 GN (dbg)': 'gn_debug_static_bot_x86', 157 'Win8 GN (dbg)': 'gn_debug_static_bot_x86',
158 }, 158 },
159 'chromium.webkit': { 159 'chromium.webkit': {
160 'Android GN': 'android_gn_release_bot', 160 'Android GN': 'android_gn_release_bot',
161 'Android GN (dbg)': 'android_gn_debug_bot', 161 'Android GN (dbg)': 'android_gn_debug_bot',
162 'Linux GN': 'gn_release_bot', 162 'Linux GN': 'gn_release_bot',
163 'Linux GN (dbg)': 'gn_debug_bot' 163 'Linux GN (dbg)': 'gn_debug_bot'
164 }, 164 },
165 'client.v8': {
166 'V8 Linux GN': 'gn_release_bot',
167 'V8 Android GN (dbg)': 'android_gn_debug_bot',
168 },
165 'tryserver.blink': { 169 'tryserver.blink': {
166 'android_chromium_gn_compile_rel': 'android_gn_release_bot', 170 'android_chromium_gn_compile_rel': 'android_gn_release_bot',
167 'linux_chromium_gn_rel': 'gn_release_bot', 171 'linux_chromium_gn_rel': 'gn_release_bot',
168 }, 172 },
169 'tryserver.chromium.linux': { 173 'tryserver.chromium.linux': {
170 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot', 174 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot',
171 'android_chromium_gn_compile_rel': 'android_gn_release_trybot', 175 'android_chromium_gn_compile_rel': 'android_gn_release_trybot',
172 'linux_chromium_gn_chromeos_rel': 'chromeos_gn_release_trybot', 176 'linux_chromium_gn_chromeos_rel': 'chromeos_gn_release_trybot',
173 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', 177 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot',
174 'linux_chromium_gn_dbg': 'gn_debug_bot', 178 'linux_chromium_gn_dbg': 'gn_debug_bot',
175 'linux_chromium_gn_rel': 'gn_release_trybot', 179 'linux_chromium_gn_rel': 'gn_release_trybot',
176 'linux_chromium_gn_upload_x64': 'gn_release_bot', 180 'linux_chromium_gn_upload_x64': 'gn_release_bot',
177 'linux_chromium_gn_upload_x86': 'gn_release_bot_x86', 181 'linux_chromium_gn_upload_x86': 'gn_release_bot_x86',
178 }, 182 },
179 'tryserver.chromium.mac': { 183 'tryserver.chromium.mac': {
180 'mac_chromium_gn_dbg': 'gn_debug_static_bot', 184 'mac_chromium_gn_dbg': 'gn_debug_static_bot',
181 'mac_chromium_gn_rel': 'gn_release_trybot', 185 'mac_chromium_gn_rel': 'gn_release_trybot',
182 'mac_chromium_gn_upload': 'gn_release_bot', 186 'mac_chromium_gn_upload': 'gn_release_bot',
183 }, 187 },
184 'tryserver.chromium.win': { 188 'tryserver.chromium.win': {
185 'win_chromium_gn_x64_dbg': 'gn_debug_static_bot', 189 'win_chromium_gn_x64_dbg': 'gn_debug_static_bot',
186 'win_chromium_gn_x64_rel': 'gn_release_trybot', 190 'win_chromium_gn_x64_rel': 'gn_release_trybot',
187 'win8_chromium_gn_dbg': 'gn_debug_static_bot_x86', 191 'win8_chromium_gn_dbg': 'gn_debug_static_bot_x86',
188 'win8_chromium_gn_rel': 'gn_release_trybot_x86', 192 'win8_chromium_gn_rel': 'gn_release_trybot_x86',
189 'win8_chromium_gn_upload': 'gn_release_bot', 193 'win8_chromium_gn_upload': 'gn_release_bot',
190 }, 194 },
195 'tryserver.v8': {
196 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
197 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
198 },
191 }, 199 },
192 } 200 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698