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

Unified Diff: masters/master.client.syzygy/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.syzygy/master_site_config.py
diff --git a/masters/master.client.syzygy/master_site_config.py b/masters/master.client.syzygy/master_site_config.py
index 02198676bc27cf9fd18d5791ebed6c8cee18c784..58f3070c1ee5eb5bf41eb95811612df5ec3d8120 100644
--- a/masters/master.client.syzygy/master_site_config.py
+++ b/masters/master.client.syzygy/master_site_config.py
@@ -4,13 +4,11 @@
"""ActiveMaster definition."""
-class Syzygy(object):
+from config import Master
+
+class Syzygy(Master.Master3):
project_name = 'Syzygy'
+ project_url = 'http://sawbuck.googlecode.com'
master_port = 8042
slave_port = 8142
master_port_alt = 8242
- tree_closing_notification_recipients = []
- from_address = 'buildbot@chromium.org'
- master_host = 'master3.golo.chromium.org'
- buildslave_version = 'buildbot_slave_8_4'
- twisted_version = 'twisted_10_2'

Powered by Google App Engine
This is Rietveld 408576698