| 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 07804da781b219e4ce6c37722700f0ceb21ff792..4bb702ba6f9e144dbf837aa6fddb56377511050e 100644
|
| --- a/masters/master.client.webrtc.fyi/master_linux_cfg.py
|
| +++ b/masters/master.client.webrtc.fyi/master_linux_cfg.py
|
| @@ -19,11 +19,14 @@ def Update(c):
|
| 'Linux64 Release (swarming)',
|
| 'Linux Tsan v2 (parallel)',
|
| ]),
|
| - # Run WebRTC DEPS roller every EMEA morning at 4am, 12pm and 8pm.
|
| + # Roll Chromium+WebRTC DEPS every EMEA morning at 4am, 12pm and 8pm.
|
| Nightly(
|
| name='webrtc_deps',
|
| branch=None,
|
| - builderNames=['Auto-roll - WebRTC DEPS'],
|
| + builderNames=[
|
| + 'Auto-roll - Chromium DEPS',
|
| + 'Auto-roll - WebRTC DEPS',
|
| + ],
|
| hour=[19,3,11],
|
| ),
|
| ])
|
| @@ -46,6 +49,11 @@ def Update(c):
|
| 'slavebuilddir': 'linux_swarming',
|
| },
|
| {
|
| + 'name': 'Auto-roll - Chromium DEPS',
|
| + 'recipe': 'webrtc/auto_roll_chromium_deps',
|
| + 'slavebuilddir': 'linux_chromium_autoroll',
|
| + },
|
| + {
|
| 'name': 'Auto-roll - WebRTC DEPS',
|
| 'recipe': 'webrtc/auto_roll_webrtc_deps',
|
| 'slavebuilddir': 'linux_autoroll',
|
|
|