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

Unified Diff: masters/master.client.webrtc.fyi/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.fyi/master_linux_cfg.py ('k') | masters/master.client.webrtc.fyi/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.webrtc.fyi/master_win_cfg.py
diff --git a/masters/master.client.webrtc.fyi/master_win_cfg.py b/masters/master.client.webrtc.fyi/master_win_cfg.py
index 3d5b941bd19d9f396d12a265e9fb9271c028bd6f..73980e59115becdc9992c49357bf43246b1eabc4 100644
--- a/masters/master.client.webrtc.fyi/master_win_cfg.py
+++ b/masters/master.client.webrtc.fyi/master_win_cfg.py
@@ -68,20 +68,6 @@ F('win_drmemory_pattern_factory', win().WebRTCFactory(
tests=['drmemory_pattern_' + test for test in tests],
factory_properties=dr_memory_factory_properties))
-B('Win SyzyASan', 'win_asan_factory', scheduler=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',
- },
- }))
-
B('Win Tsan', 'win_tsan_factory', scheduler=scheduler)
F('win_tsan_factory', win().WebRTCFactory(
target='Debug',
« no previous file with comments | « masters/master.client.webrtc.fyi/master_linux_cfg.py ('k') | masters/master.client.webrtc.fyi/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698