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

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

Issue 2598363004: MB: Add libfuzzer bots. (Closed)
Patch Set: Created 3 years, 11 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 28 matching lines...) Expand all
39 'Linux32 ARM': 'release_bot_arm', 39 'Linux32 ARM': 'release_bot_arm',
40 'Linux64 Debug': 'debug_bot_x64', 40 'Linux64 Debug': 'debug_bot_x64',
41 'Linux64 Release': 'release_bot_x64', 41 'Linux64 Release': 'release_bot_x64',
42 'Linux Asan': 'asan_lsan_clang_release_bot_x64', 42 'Linux Asan': 'asan_lsan_clang_release_bot_x64',
43 'Linux Memcheck': 'memcheck_release_bot_x64', 43 'Linux Memcheck': 'memcheck_release_bot_x64',
44 'Linux MSan': 'msan_clang_release_bot_x64', 44 'Linux MSan': 'msan_clang_release_bot_x64',
45 'Linux Tsan v2': 'tsan_clang_release_bot_x64', 45 'Linux Tsan v2': 'tsan_clang_release_bot_x64',
46 'Linux UBSan': 'ubsan_clang_release_bot_x64', 46 'Linux UBSan': 'ubsan_clang_release_bot_x64',
47 'Linux UBSan vptr': 'ubsan_vptr_clang_release_bot_x64', 47 'Linux UBSan vptr': 'ubsan_vptr_clang_release_bot_x64',
48 'Linux64 Release [large tests]': 'release_bot_x64', 48 'Linux64 Release [large tests]': 'release_bot_x64',
49 'Linux64 Release (Libfuzzer)': 'libfuzzer_asan_release_bot_x64',
49 50
50 # Android 51 # Android
51 'Android32 (M Nexus5X)': 'android_release_bot_arm', 52 'Android32 (M Nexus5X)': 'android_release_bot_arm',
52 'Android32 (M Nexus5X)(dbg)': 'android_debug_static_bot_arm', 53 'Android32 (M Nexus5X)(dbg)': 'android_debug_static_bot_arm',
53 'Android64 (M Nexus5X)': 'android_release_bot_arm64', 54 'Android64 (M Nexus5X)': 'android_release_bot_arm64',
54 'Android64 (M Nexus5X)(dbg)': 'android_debug_static_bot_arm64', 55 'Android64 (M Nexus5X)(dbg)': 'android_debug_static_bot_arm64',
55 'Android32 Builder x86': 'android_release_bot_x86', 56 'Android32 Builder x86': 'android_release_bot_x86',
56 'Android32 Builder x86 (dbg)': 'android_debug_static_bot_x86', 57 'Android32 Builder x86 (dbg)': 'android_debug_static_bot_x86',
57 'Android64 Builder x64 (dbg)': 'android_debug_static_bot_x64', 58 'Android64 Builder x64 (dbg)': 'android_debug_static_bot_x64',
58 'Android32 Builder MIPS (dbg)': 'android_clang_debug_static_bot_mipsel', 59 'Android32 Builder MIPS (dbg)': 'android_clang_debug_static_bot_mipsel',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'linux32_dbg': 'debug_bot_x86', 127 'linux32_dbg': 'debug_bot_x86',
127 'linux32_rel': 'release_bot_x86', 128 'linux32_rel': 'release_bot_x86',
128 'linux_arm': 'release_bot_arm', 129 'linux_arm': 'release_bot_arm',
129 'linux_asan': 'asan_lsan_clang_release_bot_x64', 130 'linux_asan': 'asan_lsan_clang_release_bot_x64',
130 'linux_memcheck': 'memcheck_release_bot_x64', 131 'linux_memcheck': 'memcheck_release_bot_x64',
131 'linux_msan': 'msan_clang_release_bot_x64', 132 'linux_msan': 'msan_clang_release_bot_x64',
132 'linux_tsan2': 'tsan_clang_release_bot_x64', 133 'linux_tsan2': 'tsan_clang_release_bot_x64',
133 'linux_ubsan': 'ubsan_clang_release_bot_x64', 134 'linux_ubsan': 'ubsan_clang_release_bot_x64',
134 'linux_ubsan_vptr': 'ubsan_vptr_clang_release_bot_x64', 135 'linux_ubsan_vptr': 'ubsan_vptr_clang_release_bot_x64',
135 'linux_baremetal': 'release_bot_x64', 136 'linux_baremetal': 'release_bot_x64',
137 'linux_libfuzzer_rel': 'libfuzzer_asan_release_bot_x64',
136 138
137 # Android 139 # Android
138 'android_compile_dbg': 'android_debug_static_bot_arm', 140 'android_compile_dbg': 'android_debug_static_bot_arm',
139 'android_compile_rel': 'android_release_bot_arm', 141 'android_compile_rel': 'android_release_bot_arm',
140 'android_compile_arm64_dbg': 'android_debug_static_bot_arm64', 142 'android_compile_arm64_dbg': 'android_debug_static_bot_arm64',
141 'android_compile_arm64_rel': 'android_release_bot_arm64', 143 'android_compile_arm64_rel': 'android_release_bot_arm64',
142 'android_compile_x86_dbg': 'android_debug_static_bot_x86', 144 'android_compile_x86_dbg': 'android_debug_static_bot_x86',
143 'android_compile_x86_rel': 'android_release_bot_x86', 145 'android_compile_x86_rel': 'android_release_bot_x86',
144 'android_compile_x64_dbg': 'android_debug_static_bot_x64', 146 'android_compile_x64_dbg': 'android_debug_static_bot_x64',
145 'android_compile_mips_dbg': 'android_clang_debug_static_bot_mipsel', 147 'android_compile_mips_dbg': 'android_clang_debug_static_bot_mipsel',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 ], 229 ],
228 'release_bot_x64': [ 230 'release_bot_x64': [
229 'gn', 'openh264_release_bot', 'x64' 231 'gn', 'openh264_release_bot', 'x64'
230 ], 232 ],
231 'perf_release_bot_x86': [ 233 'perf_release_bot_x86': [
232 'gn', 'openh264', 'release', 'static', 'goma', 'x86' 234 'gn', 'openh264', 'release', 'static', 'goma', 'x86'
233 ], 235 ],
234 'perf_release_bot_x64': [ 236 'perf_release_bot_x64': [
235 'gn', 'openh264', 'release', 'static', 'goma', 'x64' 237 'gn', 'openh264', 'release', 'static', 'goma', 'x64'
236 ], 238 ],
239 'libfuzzer_asan_release_bot_x64': [
240 'libfuzzer', 'asan', 'openh264_release_bot', 'x64'
241 ],
237 'memcheck_release_bot_x64': [ 242 'memcheck_release_bot_x64': [
238 'memcheck', 'gn', 'openh264_release_bot', 'x64' 243 'memcheck', 'gn', 'openh264_release_bot', 'x64'
239 ], 244 ],
240 245
241 # Windows 246 # Windows
242 'win_clang_debug_bot_x86': [ 247 'win_clang_debug_bot_x86': [
243 'gn', 'clang', 'openh264_debug_bot', 'x86', 248 'gn', 'clang', 'openh264_debug_bot', 'x86',
244 ], 249 ],
245 'win_clang_release_bot_x86': [ 250 'win_clang_release_bot_x86': [
246 'gn', 'clang', 'openh264_release_bot', 'x86', 251 'gn', 'clang', 'openh264_release_bot', 'x86',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 'gn': {'type': 'gn'}, 368 'gn': {'type': 'gn'},
364 369
365 'goma': { 370 'goma': {
366 'gn_args': 'use_goma=true', 371 'gn_args': 'use_goma=true',
367 }, 372 },
368 373
369 'ios': { 374 'ios': {
370 'gn_args': 'target_os="ios"', 375 'gn_args': 'target_os="ios"',
371 }, 376 },
372 377
378 'libfuzzer': {
379 'gn_args': 'use_libfuzzer=true',
380 },
381
373 'lsan': { 382 'lsan': {
374 'gn_args': 'is_lsan=true', 383 'gn_args': 'is_lsan=true',
375 }, 384 },
376 385
377 'memcheck': { 386 'memcheck': {
378 'gn_args': 'rtc_use_memcheck=true', 387 'gn_args': 'rtc_use_memcheck=true',
379 }, 388 },
380 389
381 'minimal_symbols': { 390 'minimal_symbols': {
382 'gn_args': 'symbol_level=1', 391 'gn_args': 'symbol_level=1',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 450
442 'x64': { 451 'x64': {
443 'gn_args': 'target_cpu="x64"', 452 'gn_args': 'target_cpu="x64"',
444 }, 453 },
445 454
446 'x86': { 455 'x86': {
447 'gn_args': 'target_cpu="x86"', 456 'gn_args': 'target_cpu="x86"',
448 }, 457 },
449 }, 458 },
450 } 459 }
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