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

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

Issue 2996343002: MB: Add configs for Windows bots enforcing MSVC compilation. (Closed)
Patch Set: Created 3 years, 4 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 # Windows 67 # Windows
68 'Win32 Debug': 'debug_bot_x86', 68 'Win32 Debug': 'debug_bot_x86',
69 'Win32 Release': 'release_bot_x86', 69 'Win32 Release': 'release_bot_x86',
70 'Win64 Debug': 'debug_bot_x64', 70 'Win64 Debug': 'debug_bot_x64',
71 'Win64 Release': 'release_bot_x64', 71 'Win64 Release': 'release_bot_x64',
72 'Win32 Debug (Clang)': 'win_clang_debug_bot_x86', 72 'Win32 Debug (Clang)': 'win_clang_debug_bot_x86',
73 'Win32 Release (Clang)': 'win_clang_release_bot_x86', 73 'Win32 Release (Clang)': 'win_clang_release_bot_x86',
74 'Win64 Debug (Clang)': 'win_clang_debug_bot_x64', 74 'Win64 Debug (Clang)': 'win_clang_debug_bot_x64',
75 'Win64 Release (Clang)': 'win_clang_release_bot_x64', 75 'Win64 Release (Clang)': 'win_clang_release_bot_x64',
76 'Win32 ASan': 'win_asan_clang_release_bot_x86', 76 'Win32 ASan': 'win_asan_clang_release_bot_x86',
77 'Win32 Release (MSVC)': 'win_msvc_release_bot_x86',
77 'Win32 Release [large tests]': 'release_bot_x86', 78 'Win32 Release [large tests]': 'release_bot_x86',
78 }, 79 },
79 'client.webrtc.perf': { 80 'client.webrtc.perf': {
80 # Android 81 # Android
81 'Android32 Builder': 'perf_android_release_bot_arm', 82 'Android32 Builder': 'perf_android_release_bot_arm',
82 'Android64 Builder': 'perf_android_release_bot_arm64', 83 'Android64 Builder': 'perf_android_release_bot_arm64',
83 'Android32 Tests (J Nexus4)': 'none', 84 'Android32 Tests (J Nexus4)': 'none',
84 'Android32 Tests (K Nexus5)': 'none', 85 'Android32 Tests (K Nexus5)': 'none',
85 'Android32 Tests (L Nexus5)': 'none', 86 'Android32 Tests (L Nexus5)': 'none',
86 'Android32 Tests (L Nexus6)': 'none', 87 'Android32 Tests (L Nexus6)': 'none',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'win_compile_x64_rel': 'release_bot_x64', 181 'win_compile_x64_rel': 'release_bot_x64',
181 'win_dbg': 'debug_bot_x86', 182 'win_dbg': 'debug_bot_x86',
182 'win_rel': 'release_bot_x86', 183 'win_rel': 'release_bot_x86',
183 'win_x64_dbg': 'debug_bot_x64', 184 'win_x64_dbg': 'debug_bot_x64',
184 'win_x64_rel': 'release_bot_x64', 185 'win_x64_rel': 'release_bot_x64',
185 'win_clang_dbg': 'win_clang_debug_bot_x86', 186 'win_clang_dbg': 'win_clang_debug_bot_x86',
186 'win_clang_rel': 'win_clang_release_bot_x86', 187 'win_clang_rel': 'win_clang_release_bot_x86',
187 'win_x64_clang_dbg': 'win_clang_debug_bot_x64', 188 'win_x64_clang_dbg': 'win_clang_debug_bot_x64',
188 'win_x64_clang_rel': 'win_clang_release_bot_x64', 189 'win_x64_clang_rel': 'win_clang_release_bot_x64',
189 'win_asan': 'win_asan_clang_release_bot_x86', 190 'win_asan': 'win_asan_clang_release_bot_x86',
191 'win_msvc_rel': 'win_msvc_release_bot_x86',
190 'win_baremetal': 'release_bot_x86', 192 'win_baremetal': 'release_bot_x86',
191 'win_x64_win8': 'debug_bot_x64', 193 'win_x64_win8': 'debug_bot_x64',
192 'win_x64_win10': 'debug_bot_x64', 194 'win_x64_win10': 'debug_bot_x64',
193 } 195 }
194 }, 196 },
195 197
196 # This is the list of configs that you can pass to mb; each config 198 # This is the list of configs that you can pass to mb; each config
197 # represents a particular combination of gn args that we must support. 199 # represents a particular combination of gn args that we must support.
198 # A given config *may* be platform-specific but is not necessarily so (i.e., 200 # A given config *may* be platform-specific but is not necessarily so (i.e.,
199 # we might have mac, win, and linux bots all using the 'release_bot' config). 201 # we might have mac, win, and linux bots all using the 'release_bot' config).
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 ], 274 ],
273 'win_clang_release_bot_x86': [ 275 'win_clang_release_bot_x86': [
274 'gn', 'clang', 'openh264_release_bot', 'x86', 276 'gn', 'clang', 'openh264_release_bot', 'x86',
275 ], 277 ],
276 'win_clang_debug_bot_x64': [ 278 'win_clang_debug_bot_x64': [
277 'gn', 'clang', 'openh264_debug_bot', 'x64', 279 'gn', 'clang', 'openh264_debug_bot', 'x64',
278 ], 280 ],
279 'win_clang_release_bot_x64': [ 281 'win_clang_release_bot_x64': [
280 'gn', 'clang', 'openh264_release_bot', 'x64', 282 'gn', 'clang', 'openh264_release_bot', 'x64',
281 ], 283 ],
284 'win_msvc_release_bot_x86': [
285 'gn', 'no_clang', 'openh264_release_bot', 'x86',
286 ],
282 'win_asan_clang_release_bot_x86': [ 287 'win_asan_clang_release_bot_x86': [
283 'gn', 'asan', 'clang', 'full_symbols', 'openh264_release_bot', 'x86', 288 'gn', 'asan', 'clang', 'full_symbols', 'openh264_release_bot', 'x86',
284 'win_fastlink', 289 'win_fastlink',
285 ], 290 ],
286 291
287 # Mac 292 # Mac
288 'mac_asan_clang_release_bot_x64': [ 293 'mac_asan_clang_release_bot_x64': [
289 'gn', 'asan', 'clang', 'openh264_release_bot', 'x64', 294 'gn', 'asan', 'clang', 'openh264_release_bot', 'x64',
290 ], 295 ],
291 296
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 419
415 'mipsel': { 420 'mipsel': {
416 'gn_args': 'target_cpu="mipsel"', 421 'gn_args': 'target_cpu="mipsel"',
417 }, 422 },
418 423
419 'msan': { 424 'msan': {
420 'gn_args': ('is_msan=true msan_track_origins=2 ' 425 'gn_args': ('is_msan=true msan_track_origins=2 '
421 'use_prebuilt_instrumented_libraries=true'), 426 'use_prebuilt_instrumented_libraries=true'),
422 }, 427 },
423 428
429 'no_clang': {
430 'gn_args': 'is_clang=false',
431 },
432
424 'no_rtc_tests': { 433 'no_rtc_tests': {
425 'gn_args': 'rtc_include_tests=false', 434 'gn_args': 'rtc_include_tests=false',
426 }, 435 },
427 436
428 'openh264': { 437 'openh264': {
429 'gn_args': 'ffmpeg_branding="Chrome" rtc_use_h264=true', 438 'gn_args': 'ffmpeg_branding="Chrome" rtc_use_h264=true',
430 }, 439 },
431 440
432 'openh264_debug_bot': { 441 'openh264_debug_bot': {
433 'mixins': ['openh264', 'debug_bot'], 442 'mixins': ['openh264', 'debug_bot'],
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 480
472 'x86': { 481 'x86': {
473 'gn_args': 'target_cpu="x86"', 482 'gn_args': 'target_cpu="x86"',
474 }, 483 },
475 484
476 'use_default_libcxx': { 485 'use_default_libcxx': {
477 'gn_args': 'use_custom_libcxx=false', 486 'gn_args': 'use_custom_libcxx=false',
478 } 487 }
479 }, 488 },
480 } 489 }
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