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

Unified Diff: masters/master.client.toolkit/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: Created 7 years, 8 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.client.toolkit/master_site_config.py
diff --git a/masters/master.client.toolkit/master_site_config.py b/masters/master.client.toolkit/master_site_config.py
index ea719cef6af1b2acbd1cb4454915447f05c5d62e..2e3c6de357182131ad491243b41155c98096ee09 100644
--- a/masters/master.client.toolkit/master_site_config.py
+++ b/masters/master.client.toolkit/master_site_config.py
@@ -4,15 +4,11 @@
"""Private ActiveMaster definition for master.toolkit."""
-import socket
+from config import Master
-class Toolkit(object):
+class Toolkit(Master.Master3):
project_name = 'Toolkit'
project_url = 'http://github.com/toolkitchen/toolkit'
master_port = 8044
slave_port = 8144
master_port_alt = 8244
- tree_closing_notification_recipients = []
- from_address = 'buildbot@chromium.org'
- master_host = 'master3.golo.chromium.org'
- is_production_host = socket.getfqdn() == master_host

Powered by Google App Engine
This is Rietveld 408576698