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

Unified Diff: site_config/config_default.py

Issue 12033076: Add ChromiumWebRTC FYI waterfall (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Added master to test/masters_test.py 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
« no previous file with comments | « scripts/master/master_config.py ('k') | test/masters_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site_config/config_default.py
diff --git a/site_config/config_default.py b/site_config/config_default.py
index 082d9acd3bdea1bbce01956049ae9c31f2cbcb74..fc544f7b3547a42b2c5166b10542ae724565df13 100644
--- a/site_config/config_default.py
+++ b/site_config/config_default.py
@@ -478,6 +478,11 @@ class Master(object):
project_url = 'http://libjingle.googlecode.com'
from_address = 'libjingle-cb-watchlist@google.com'
+ class ChromiumWebRTCFYI(WebRTC):
+ project_name = 'Chromium WebRTC FYI'
+ master_port = 9098
+ slave_port = 9198
+ master_port_alt = 9298
class Archive(object):
archive_host = 'localhost'
« no previous file with comments | « scripts/master/master_config.py ('k') | test/masters_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698