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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 """ActiveMaster definition.""" 5 """ActiveMaster definition."""
6 6
7 class Syzygy(object): 7 from config_bootstrap import Master
8
9 class Syzygy(Master.Master3):
8 project_name = 'Syzygy' 10 project_name = 'Syzygy'
11 project_url = 'http://sawbuck.googlecode.com'
9 master_port = 8042 12 master_port = 8042
10 slave_port = 8142 13 slave_port = 8142
11 master_port_alt = 8242 14 master_port_alt = 8242
12 tree_closing_notification_recipients = []
13 from_address = 'buildbot@chromium.org'
14 master_host = 'master3.golo.chromium.org'
15 buildslave_version = 'buildbot_slave_8_4'
16 twisted_version = 'twisted_10_2'
OLDNEW
« 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