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

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: 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.client.syzygy/master_site_config.py ('k') | masters/master.client.v8/master.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..b31e8eb41593804ae2843356c770d052471cf702 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_bootstrap 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
« no previous file with comments | « masters/master.client.syzygy/master_site_config.py ('k') | masters/master.client.v8/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698