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

Unified Diff: masters/master.tryserver.libyuv/master_site_config.py

Issue 14383021: Break config_default into master_site_configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: config -> config_bootstrap for masters_test import Created 7 years, 7 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 | « masters/master.tryserver.chromium/master_site_config.py ('k') | masters/master.tryserver.nacl/master.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.libyuv/master_site_config.py
diff --git a/masters/master.tryserver.libyuv/master_site_config.py b/masters/master.tryserver.libyuv/master_site_config.py
index ccbb71770af8b6012ffb0cb769d1d84998f8d714..6390a66f18c659fefcff1db71c985e55ac5ea8b0 100644
--- a/masters/master.tryserver.libyuv/master_site_config.py
+++ b/masters/master.tryserver.libyuv/master_site_config.py
@@ -4,10 +4,9 @@
"""ActiveMaster definition."""
-import socket
+from config_bootstrap import Master
-
-class LibyuvTryServer(object):
+class LibyuvTryServer(Master.Master4):
project_name = 'Libyuv Try Server'
master_port = 8006
slave_port = 8106
@@ -15,6 +14,4 @@ class LibyuvTryServer(object):
try_job_port = 8306
from_address = 'libyuv-cb-watchlist@google.com'
code_review_site = 'http://review.webrtc.org'
- master_host = 'master4.golo.chromium.org'
- is_production_host = socket.getfqdn() == master_host
svn_url = 'svn://svn.chromium.org/chrome-try/try-libyuv'
« no previous file with comments | « masters/master.tryserver.chromium/master_site_config.py ('k') | masters/master.tryserver.nacl/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698