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

Unified Diff: masters/master.chromium.webrtc.fyi/master_source_cfg.py

Issue 12033076: Add ChromiumWebRTC FYI waterfall (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Updated to use client.webrtc templates Created 7 years, 11 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
Index: masters/master.chromium.webrtc.fyi/master_source_cfg.py
diff --git a/masters/master.client.webrtc/master_source_cfg.py b/masters/master.chromium.webrtc.fyi/master_source_cfg.py
similarity index 96%
copy from masters/master.client.webrtc/master_source_cfg.py
copy to masters/master.chromium.webrtc.fyi/master_source_cfg.py
index ce87ff67ecb2c9fbf59cd1e9faae226e57a53d8d..6b9716227badc92ffa1f20acedff23dc14ad99f5 100644
--- a/masters/master.client.webrtc/master_source_cfg.py
+++ b/masters/master.chromium.webrtc.fyi/master_source_cfg.py
@@ -14,7 +14,7 @@ def WebRTCFileSplitter(path):
# match paths in the Subversion repository, relative to the 'path' URL
# argument. build_utils.SplitPath() will use them as branch names to
# kick off the Schedulers for different projects.
- projects = ['trunk']
+ projects = ['trunk', 'stable']
return build_utils.SplitPath(projects, path)

Powered by Google App Engine
This is Rietveld 408576698