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

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

Issue 1384273003: WebRTC: Bot for autorolling WebRTC+libjingle in Chromium DEPS. Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Added LKGR lookup step Created 5 years, 2 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 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',
« 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