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

Unified Diff: masters/master.client.webrtc/master_win_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/master_linux_cfg.py ('k') | masters/master.client.webrtc/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.webrtc/master_win_cfg.py
diff --git a/masters/master.client.webrtc/master_win_cfg.py b/masters/master.client.webrtc/master_win_cfg.py
index 77fc53104645ab4ffd18d0da43d3b0a5f8c3c048..0c0e76b2aa917233778296f89857efc8f6fb2c55 100644
--- a/masters/master.client.webrtc/master_win_cfg.py
+++ b/masters/master.client.webrtc/master_win_cfg.py
@@ -101,6 +101,19 @@ F('win32_largetests_factory', win().WebRTCFactory(
'voe_auto_test'],
}))
+B('Win SyzyASan', 'win_asan_factory', 'compile|testers|windows', scheduler)
+F('win_asan_factory', win().WebRTCFactory(
+ target='Release',
+ options=options,
+ tests=tests,
+ factory_properties={
+ 'asan': True,
+ 'gclient_env': {
+ 'GYP_DEFINES': ('syzyasan=1 win_z7=1 chromium_win_pch=0 '
+ 'component=static_library'),
+ 'GYP_USE_SEPARATE_MSPDBSRV': '1',
+ },
+ }))
def Update(c):
helper.Update(c)
« no previous file with comments | « masters/master.client.webrtc/master_linux_cfg.py ('k') | masters/master.client.webrtc/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698