| 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',
|
|
|