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

Unified Diff: masters/master.client.webrtc.fyi/master_win_cfg.py

Issue 872263002: WebRTC: Move SyzyASan to FYI due to bug. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Removed trybot in waterfall config Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | 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 6e6265d209a80fadeed7c4f24905ad98786d3c71..310cc7577ea90bfaef6eaff6e5e1df40e5ab24b7 100644
--- a/masters/master.client.webrtc.fyi/master_win_cfg.py
+++ b/masters/master.client.webrtc.fyi/master_win_cfg.py
@@ -18,6 +18,7 @@ def Update(c):
'Win32 Release (parallel)',
'Win64 Debug (parallel)',
'Win64 Release (parallel)',
+ 'Win SyzyASan',
]),
])
@@ -38,6 +39,10 @@ def Update(c):
'name': 'Win64 Release (parallel)',
'slavebuilddir': 'win',
},
+ {
+ 'name': 'Win SyzyASan',
+ 'slavebuilddir': 'win-syzyasan',
+ },
]
c['builders'].extend([
« no previous file with comments | « no previous file | masters/master.client.webrtc.fyi/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698