| 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 0101e145a64596139fd0762e846d7577e17a5929..ae2f129b1ff990156545bce80757cc958cbe0883 100644
|
| --- a/masters/master.client.webrtc.fyi/master_linux_cfg.py
|
| +++ b/masters/master.client.webrtc.fyi/master_linux_cfg.py
|
| @@ -18,7 +18,6 @@ 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(
|
| @@ -43,11 +42,6 @@ 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',
|
|
|