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

Side by Side Diff: webrtc/build/mb_config.pyl

Issue 2277253002: MB: Flip Windows bots to GN by default (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased after Linux flip Created 4 years, 3 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 (c) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 # FOR DETAILS ON THIS FILE SEE THE MAIN COPY IN //tools/mb/mb_config.pyl. 9 # FOR DETAILS ON THIS FILE SEE THE MAIN COPY IN //tools/mb/mb_config.pyl.
10 # This is configuration for standalone WebRTC bots. It is used to keep the bot 10 # This is configuration for standalone WebRTC bots. It is used to keep the bot
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'Android32 GN (dbg)': 'android_gyp_debug_static_bot_arm', 75 'Android32 GN (dbg)': 'android_gyp_debug_static_bot_arm',
76 'Android32 GYP': 'android_gyp_release_bot_arm', 76 'Android32 GYP': 'android_gyp_release_bot_arm',
77 'Android32 GYP (dbg)': 'android_gyp_debug_static_bot_arm', 77 'Android32 GYP (dbg)': 'android_gyp_debug_static_bot_arm',
78 'Android32 Tests (L Nexus5)(dbg)': 'none', 78 'Android32 Tests (L Nexus5)(dbg)': 'none',
79 'Android32 Tests (L Nexus5)': 'none', 79 'Android32 Tests (L Nexus5)': 'none',
80 'Android32 Tests (L Nexus7.2)(dbg)': 'none', 80 'Android32 Tests (L Nexus7.2)(dbg)': 'none',
81 'Android32 Tests (L Nexus7.2)': 'none', 81 'Android32 Tests (L Nexus7.2)': 'none',
82 'Android64 Tests (L Nexus9)': 'none', 82 'Android64 Tests (L Nexus9)': 'none',
83 83
84 # Windows 84 # Windows
85 'Win32 Debug': 'gyp_debug_bot_x86', 85 'Win32 Debug': 'gn_debug_bot_x86',
86 'Win32 Release': 'gyp_release_bot_x86', 86 'Win32 Release': 'gn_release_bot_x86',
87 'Win64 Debug': 'gyp_debug_bot_x64', 87 'Win64 Debug': 'gn_debug_bot_x64',
88 'Win64 Release': 'gyp_release_bot_x64', 88 'Win64 Release': 'gn_release_bot_x64',
89 'Win64 Debug (GN)': 'gn_debug_bot_x64', 89 'Win32 Debug (Clang)': 'win_gn_clang_debug_bot_x86',
90 'Win64 Release (GN)': 'gn_release_bot_x64', 90 'Win32 Release (Clang)': 'win_gn_clang_release_bot_x86',
91 'Win32 Debug (Clang)': 'win_gyp_clang_debug_bot_x86', 91 'Win64 Debug (Clang)': 'win_gn_clang_debug_bot_x64',
92 'Win32 Release (Clang)': 'win_gyp_clang_release_bot_x86', 92 'Win64 Release (Clang)': 'win_gn_clang_release_bot_x64',
93 'Win64 Debug (Clang)': 'win_gyp_clang_debug_bot_x64', 93 'Win SyzyASan': 'win_gn_syzyasan_release_bot_x86',
94 'Win64 Release (Clang)': 'win_gyp_clang_release_bot_x64', 94 'Win DrMemory Full': 'win_gn_drmemory_debug_bot_x86',
95 'Win SyzyASan': 'win_gyp_syzyasan_release_bot_x86', 95 'Win DrMemory Light': 'win_gn_drmemory_debug_bot_x86',
96 'Win DrMemory Full': 'win_gyp_drmemory_debug_bot_x86', 96 'Win32 Release [large tests]': 'gn_release_bot_x86',
97 'Win DrMemory Light': 'win_gyp_drmemory_debug_bot_x86', 97 # TODO(kjellander): Remove the two GN configs below as soon we've renamed
98 'Win32 Release [large tests]': 'gyp_release_bot_x86', 98 # the bots to the GYP versions (duplicated now).
99 'Win64 Debug (GN)': 'gyp_debug_bot_x64_exclude_tests',
100 'Win64 Release (GN)': 'gyp_release_bot_x64_exclude_tests',
101 'Win64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests',
102 'Win64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests',
99 }, 103 },
100 'tryserver.webrtc': { 104 'tryserver.webrtc': {
101 # iOS 105 # iOS
102 'ios_dbg': 'ios_gyp_debug_static_bot_arm_device', 106 'ios_dbg': 'ios_gyp_debug_static_bot_arm_device',
103 'ios_rel': 'ios_gyp_release_bot_arm_device', 107 'ios_rel': 'ios_gyp_release_bot_arm_device',
104 'ios_arm64_dbg': 'ios_gyp_debug_static_bot_arm64_device', 108 'ios_arm64_dbg': 'ios_gyp_debug_static_bot_arm64_device',
105 'ios_arm64_rel': 'ios_gyp_release_bot_arm64_device', 109 'ios_arm64_rel': 'ios_gyp_release_bot_arm64_device',
106 'ios32_sim_dbg': 'ios_gyp_debug_static_bot_x86', 110 'ios32_sim_dbg': 'ios_gyp_debug_static_bot_x86',
107 'ios64_sim_dbg': 'ios_gyp_debug_static_bot_x64', 111 'ios64_sim_dbg': 'ios_gyp_debug_static_bot_x64',
108 'ios64_gn_dbg': 'ios_gn_debug_static_bot_arm64_device', 112 'ios64_gn_dbg': 'ios_gn_debug_static_bot_arm64_device',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'android_arm64_rel': 'android_gn_release_bot_arm64', 163 'android_arm64_rel': 'android_gn_release_bot_arm64',
160 'android_n6': 'android_gn_debug_static_bot_arm', 164 'android_n6': 'android_gn_debug_static_bot_arm',
161 # TODO(kjellander): Remove the android_gn_* configs as soon we've renamed 165 # TODO(kjellander): Remove the android_gn_* configs as soon we've renamed
162 # the bots to the GYP versions at the tryserver. 166 # the bots to the GYP versions at the tryserver.
163 'android_gn_dbg': 'android_gyp_debug_static_bot_arm', 167 'android_gn_dbg': 'android_gyp_debug_static_bot_arm',
164 'android_gn_rel': 'android_gyp_release_bot_arm', 168 'android_gn_rel': 'android_gyp_release_bot_arm',
165 'android_gyp_dbg': 'android_gyp_debug_static_bot_arm', 169 'android_gyp_dbg': 'android_gyp_debug_static_bot_arm',
166 'android_gyp_rel': 'android_gyp_release_bot_arm', 170 'android_gyp_rel': 'android_gyp_release_bot_arm',
167 171
168 # Windows 172 # Windows
169 'win_compile_dbg': 'gyp_debug_bot_x86', 173 'win_compile_dbg': 'gn_debug_bot_x86',
170 'win_compile_rel': 'gyp_release_bot_x86', 174 'win_compile_rel': 'gn_release_bot_x86',
171 'win_compile_x64_dbg': 'gyp_debug_bot_x64', 175 'win_compile_x64_dbg': 'gn_debug_bot_x64',
172 'win_compile_x64_rel': 'gyp_release_bot_x64', 176 'win_compile_x64_rel': 'gn_release_bot_x64',
173 'win_dbg': 'gyp_debug_bot_x86', 177 'win_dbg': 'gn_debug_bot_x86',
174 'win_rel': 'gyp_release_bot_x86', 178 'win_rel': 'gn_release_bot_x86',
175 'win_x64_dbg': 'gyp_debug_bot_x64', 179 'win_x64_dbg': 'gn_debug_bot_x64',
176 'win_x64_rel': 'gyp_release_bot_x64', 180 'win_x64_rel': 'gn_release_bot_x64',
177 'win_x64_gn_dbg': 'gn_debug_bot_x64', 181 'win_clang_dbg': 'win_gn_clang_debug_bot_x86',
178 'win_x64_gn_rel': 'gn_release_bot_x64', 182 'win_clang_rel': 'win_gn_clang_release_bot_x86',
179 'win_clang_dbg': 'win_gyp_clang_debug_bot_x86', 183 'win_x64_clang_dbg': 'win_gn_clang_debug_bot_x64',
180 'win_clang_rel': 'win_gyp_clang_release_bot_x86', 184 'win_x64_clang_rel': 'win_gn_clang_release_bot_x64',
181 'win_x64_clang_dbg': 'win_gyp_clang_debug_bot_x64', 185 'win_asan': 'win_gn_syzyasan_release_bot_x86',
182 'win_x64_clang_rel': 'win_gyp_clang_release_bot_x64', 186 'win_drmemory_light': 'win_gn_drmemory_debug_bot_x86',
183 'win_asan': 'win_gyp_syzyasan_release_bot_x86', 187 'win_drmemory_full': 'win_gn_drmemory_debug_bot_x86',
184 'win_drmemory_light': 'win_gyp_drmemory_debug_bot_x86', 188 'win_baremetal': 'gn_release_bot_x86',
185 'win_drmemory_full': 'win_gyp_drmemory_debug_bot_x86', 189 'win_swarming': 'swarming_gn_debug_bot_x64',
186 'win_baremetal': 'gyp_release_bot_x86', 190 # TODO(kjellander): Remove the two GN configs below as soon we've renamed
187 'win_swarming': 'swarming_gyp_debug_bot_x64', 191 # the bots to the GYP versions (duplicated now).
192 'win_x64_gn_dbg': 'gyp_debug_bot_x64_exclude_tests',
193 'win_x64_gn_rel': 'gyp_release_bot_x64_exclude_tests',
194 'win_x64_gyp_dbg': 'gyp_debug_bot_x64_exclude_tests',
195 'win_x64_gyp_rel': 'gyp_release_bot_x64_exclude_tests',
188 }, 196 },
189 }, 197 },
190 198
191 # This is the list of configs that you can pass to mb; each config 199 # This is the list of configs that you can pass to mb; each config
192 # represents a particular combination of GYP_DEFINES/gn args that 200 # represents a particular combination of GYP_DEFINES/gn args that
193 # we must support. A given config *may* be platform-specific but 201 # we must support. A given config *may* be platform-specific but
194 # is not necessarily so (i.e., we might have mac, win, and linux 202 # is not necessarily so (i.e., we might have mac, win, and linux
195 # bots all using the 'gn_release_bot' config). 203 # bots all using the 'gn_release_bot' config).
196 'configs': { 204 'configs': {
197 # iOS 205 # iOS
(...skipping 19 matching lines...) Expand all
217 'ios', 'gyp', 'debug_static_bot', 'x86' 225 'ios', 'gyp', 'debug_static_bot', 'x86'
218 ], 226 ],
219 'ios_gyp_debug_static_bot_x64': [ 227 'ios_gyp_debug_static_bot_x64': [
220 'ios', 'gyp', 'release_bot', 'x64' 228 'ios', 'gyp', 'release_bot', 'x64'
221 ], 229 ],
222 230
223 # Linux, Mac and Windows 231 # Linux, Mac and Windows
224 'gn_crosscompile_release_bot_arm': [ 232 'gn_crosscompile_release_bot_arm': [
225 'gn', 'crosscompile', 'openh264_release_bot', 'arm' 233 'gn', 'crosscompile', 'openh264_release_bot', 'arm'
226 ], 234 ],
227 'gyp_debug_bot_x86': [
228 'gyp', 'openh264_debug_bot', 'x86'
229 ],
230 'gyp_release_bot_x86': [
231 'gyp', 'openh264_release_bot', 'x86'
232 ],
233 'gyp_debug_bot_x64': [
234 'gyp', 'openh264_debug_bot', 'x64'
235 ],
236 'gyp_debug_bot_x64_exclude_tests': [ 235 'gyp_debug_bot_x64_exclude_tests': [
237 'gyp', 'openh264_debug_bot', 'x64', 'exclude_tests', 'exclude_examples' 236 'gyp', 'openh264_debug_bot', 'x64', 'exclude_tests', 'exclude_examples'
238 ], 237 ],
239 'gyp_release_bot_x64': [
240 'gyp', 'openh264_release_bot', 'x64'
241 ],
242 'gyp_release_bot_x64_exclude_tests': [ 238 'gyp_release_bot_x64_exclude_tests': [
243 'gyp', 'openh264_release_bot', 'x64', 'exclude_tests', 'exclude_examples' 239 'gyp', 'openh264_release_bot', 'x64', 'exclude_tests', 'exclude_examples'
244 ], 240 ],
245 'gn_asan_lsan_clang_release_bot_x64': [ 241 'gn_asan_lsan_clang_release_bot_x64': [
246 'gn', 'asan', 'lsan', 'clang', 'openh264_release_bot', 'x64' 242 'gn', 'asan', 'lsan', 'clang', 'openh264_release_bot', 'x64'
247 ], 243 ],
248 'gn_memcheck_release_bot_x64': [ 244 'gn_memcheck_release_bot_x64': [
249 'gn', 'memcheck', 'openh264_release_bot', 'x64' 245 'gn', 'memcheck', 'openh264_release_bot', 'x64'
250 ], 246 ],
251 'gn_msan_clang_release_bot_x64': [ 247 'gn_msan_clang_release_bot_x64': [
252 'gn', 'msan', 'clang', 'openh264_release_bot', 'x64' 248 'gn', 'msan', 'clang', 'openh264_release_bot', 'x64'
253 ], 249 ],
254 'gn_tsan_clang_release_bot_x64': [ 250 'gn_tsan_clang_release_bot_x64': [
255 'gn', 'tsan', 'clang', 'openh264_release_bot', 'x64' 251 'gn', 'tsan', 'clang', 'openh264_release_bot', 'x64'
256 ], 252 ],
257 'gn_ubsan_clang_release_bot_x64': [ 253 'gn_ubsan_clang_release_bot_x64': [
258 'gn', 'ubsan', 'clang', 'openh264_release_bot', 'x64' 254 'gn', 'ubsan', 'clang', 'openh264_release_bot', 'x64'
259 ], 255 ],
260 'gn_ubsan_vptr_clang_release_bot_x64': [ 256 'gn_ubsan_vptr_clang_release_bot_x64': [
261 'gn', 'ubsan_vptr', 'clang', 'openh264_release_bot', 'x64' 257 'gn', 'ubsan_vptr', 'clang', 'openh264_release_bot', 'x64'
262 ], 258 ],
259 'gn_debug_bot_x86': [
260 'gn', 'openh264_debug_bot', 'x86'
261 ],
262 'gn_release_bot_x86': [
263 'gn', 'openh264_release_bot', 'x86'
264 ],
263 'gn_debug_bot_x64': [ 265 'gn_debug_bot_x64': [
264 'gn', 'openh264_debug_bot', 'x64' 266 'gn', 'openh264_debug_bot', 'x64'
265 ], 267 ],
266 'gn_release_bot_x64': [ 268 'gn_release_bot_x64': [
267 'gn', 'openh264_release_bot', 'x64' 269 'gn', 'openh264_release_bot', 'x64'
268 ], 270 ],
269 'swarming_gn_debug_bot_x64': [ 271 'swarming_gn_debug_bot_x64': [
270 'swarming', 'gn', 'openh264_debug_bot', 'x64' 272 'swarming', 'gn', 'openh264_debug_bot', 'x64'
271 ], 273 ],
272 'swarming_gyp_debug_bot_x64': [
273 'swarming', 'gyp', 'openh264_debug_bot', 'x64'
274 ],
275 274
276 # Windows 275 # Windows
277 'win_gyp_clang_debug_bot_x86': [ 276 'win_gn_clang_debug_bot_x86': [
278 'gyp', 'clang', 'openh264_debug_bot', 'x86', 277 'gn', 'clang', 'openh264_debug_bot', 'x86',
279 ], 278 ],
280 'win_gyp_clang_release_bot_x86': [ 279 'win_gn_clang_release_bot_x86': [
281 'gyp', 'clang', 'openh264_release_bot', 'x86', 280 'gn', 'clang', 'openh264_release_bot', 'x86',
282 ], 281 ],
283 'win_gyp_clang_debug_bot_x64': [ 282 'win_gn_clang_debug_bot_x64': [
284 'gyp', 'clang', 'openh264_debug_bot', 'x64', 283 'gn', 'clang', 'openh264_debug_bot', 'x64',
285 ], 284 ],
286 'win_gyp_clang_release_bot_x64': [ 285 'win_gn_clang_release_bot_x64': [
287 'gyp', 'clang', 'openh264_release_bot', 'x64', 286 'gn', 'clang', 'openh264_release_bot', 'x64',
288 ], 287 ],
289 'win_gyp_syzyasan_release_bot_x86': [ 288 'win_gn_syzyasan_release_bot_x86': [
290 'gyp', 'syzyasan', 'minimal_symbols', 'openh264_release_bot', 'x86', 289 'gn', 'syzyasan', 'minimal_symbols', 'openh264_release_bot', 'x86',
291 ], 290 ],
292 # TODO(kjellander): Flip DrMemory bots over to Release after GN migration 291 # TODO(kjellander): Flip DrMemory bots over to Release after GN migration
293 # (http://crbug.com/636414). 292 # (http://crbug.com/636414).
294 'win_gyp_drmemory_debug_bot_x86': [ 293 'win_gn_drmemory_debug_bot_x86': [
295 'gyp', 'drmemory', 'minimal_symbols', 'openh264_debug_bot', 'x86', 294 'gn', 'drmemory', 'minimal_symbols', 'openh264_debug_bot', 'x86',
296 ], 295 ],
297 296
298 # Mac 297 # Mac
299 'mac_gn_asan_clang_release_bot_x64': [ 298 'mac_gn_asan_clang_release_bot_x64': [
300 'gn', 'asan', 'clang', 'openh264_release_bot', 'x64', 299 'gn', 'asan', 'clang', 'openh264_release_bot', 'x64',
301 ], 300 ],
302 301
303 # Android 302 # Android
304 'android_gyp_debug_static_bot_arm': [ 303 'android_gyp_debug_static_bot_arm': [
305 'android', 'gyp', 'debug_static_bot', 'arm', 'exclude_tests', 304 'android', 'gyp', 'debug_static_bot', 'arm', 'exclude_tests',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 'gn_args': 'target_cpu="x64"', 531 'gn_args': 'target_cpu="x64"',
533 'gyp_defines': 'target_arch=x64', 532 'gyp_defines': 'target_arch=x64',
534 }, 533 },
535 534
536 'x86': { 535 'x86': {
537 'gn_args': 'target_cpu="x86"', 536 'gn_args': 'target_cpu="x86"',
538 'gyp_defines': 'target_arch=ia32', 537 'gyp_defines': 'target_arch=ia32',
539 }, 538 },
540 }, 539 },
541 } 540 }
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