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

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: 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
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..7fea839c656422e5a8a183d3a6b24d42d0c498f1 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_bootstrap 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'
« no previous file with comments | « masters/master.client.skia/master_site_config.py ('k') | masters/master.client.toolkit/master_site_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698