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

Unified Diff: masters/master.client.webrtc/master_linux_cfg.py

Issue 220453004: WebRTC: Move TSan v2 and SyzyASan bots to main build+try masters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebased Created 6 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « masters/master.client.webrtc.fyi/slaves.cfg ('k') | masters/master.client.webrtc/master_win_cfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.webrtc/master_linux_cfg.py
diff --git a/masters/master.client.webrtc/master_linux_cfg.py b/masters/master.client.webrtc/master_linux_cfg.py
index 476d2ebf1f505c4d18df84d14d663fe391b55206..02742f48e94dcb0fb86e96ba7088e5a0a69d5e79 100644
--- a/masters/master.client.webrtc/master_linux_cfg.py
+++ b/masters/master.client.webrtc/master_linux_cfg.py
@@ -103,7 +103,7 @@ F('linux64_release_factory', linux().WebRTCFactory(
B('Linux Clang', 'linux_clang_factory', 'compile|testers', scheduler)
F('linux_clang_factory', linux().WebRTCFactory(
target='Debug',
- options=options,
+ options=['--compiler=goma-clang'],
tests=tests,
factory_properties={
'sharded_tests': tests,
@@ -131,6 +131,19 @@ F('linux_tsan_factory', linux().WebRTCFactory(
'gclient_env': {'GYP_DEFINES': 'build_for_tool=memcheck'},
}))
+B('Linux Tsan v2', 'linux_tsan2_factory', 'compile', scheduler)
+F('linux_tsan2_factory', linux().WebRTCFactory(
+ target='Release',
+ tests=tests,
+ options=['--compiler=goma-clang'],
+ factory_properties={
+ 'tsan': True,
+ 'tsan_suppressions_file':
+ 'src/tools/valgrind-webrtc/tsan_v2/suppressions.txt',
+ 'gclient_env': {
+ 'GYP_DEFINES': 'tsan=1 use_allocator=none release_extra_cflags=-g',
+ }}))
+
B('Linux Asan', 'linux_asan_factory', 'compile|testers', scheduler)
F('linux_asan_factory', linux().WebRTCFactory(
target='Release',
« no previous file with comments | « masters/master.client.webrtc.fyi/slaves.cfg ('k') | masters/master.client.webrtc/master_win_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698