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

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

Issue 1767513003: WebRTC: Move libfuzzer bot to client.webrtc.fyi (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 10 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_linux_cfg.py
diff --git a/masters/master.client.webrtc.fyi/master_linux_cfg.py b/masters/master.client.webrtc.fyi/master_linux_cfg.py
index ae2f129b1ff990156545bce80757cc958cbe0883..0101e145a64596139fd0762e846d7577e17a5929 100644
--- a/masters/master.client.webrtc.fyi/master_linux_cfg.py
+++ b/masters/master.client.webrtc.fyi/master_linux_cfg.py
@@ -18,6 +18,7 @@ def Update(c):
'Linux32 ARM',
'Linux64 GCC',
'Linux64 Release (swarming)',
+ 'Linux64 Release (Libfuzzer)',
]),
# Run WebRTC DEPS roller at CET hours: 4am, 12pm and 8pm.
Nightly(
@@ -42,6 +43,11 @@ def Update(c):
'slavebuilddir': 'linux_swarming',
},
{
+ 'name': 'Linux64 Release (Libfuzzer)',
+ 'recipe': 'webrtc/libfuzzer',
+ 'slavebuilddir': 'linux64_libfuzzer',
+ },
+ {
'name': 'Auto-roll - WebRTC DEPS',
'recipe': 'webrtc/auto_roll_webrtc_deps',
'slavebuilddir': 'linux_autoroll',
« 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