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

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

Issue 1852223002: Revert of WebRTC: Move libfuzzer bot to client.webrtc.fyi (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebased Created 4 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/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_linux_cfg.py
diff --git a/masters/master.client.webrtc/master_linux_cfg.py b/masters/master.client.webrtc/master_linux_cfg.py
index 50d09874c1b5d06bd0bcdb89c1bc9e20b2bff75e..d402ef91fd85957f167cdf658bc2032fcfa712ce 100644
--- a/masters/master.client.webrtc/master_linux_cfg.py
+++ b/masters/master.client.webrtc/master_linux_cfg.py
@@ -27,6 +27,7 @@ def Update(c):
'Linux64 Release [large tests]',
'Linux64 Debug (GN)',
'Linux64 Release (GN)',
+ 'Linux64 Release (Libfuzzer)',
]),
])
@@ -50,6 +51,11 @@ def Update(c):
},
{'name': 'Linux64 Debug (GN)', 'slavebuilddir': 'linux64_gn'},
{'name': 'Linux64 Release (GN)', 'slavebuilddir': 'linux64_gn'},
+ {
+ 'name': 'Linux64 Release (Libfuzzer)',
+ 'recipe': 'webrtc/libfuzzer',
+ 'slavebuilddir': 'linux64_libfuzzer',
+ },
]
c['builders'].extend([
« no previous file with comments | « masters/master.client.webrtc.fyi/slaves.cfg ('k') | masters/master.client.webrtc/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698