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

Unified Diff: masters/master.chromium.linux/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.chromium.gpu/master_site_config.py ('k') | masters/master.chromium.lkgr/master.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.linux/master_site_config.py
diff --git a/masters/master.chromium.linux/master_site_config.py b/masters/master.chromium.linux/master_site_config.py
index 979dcb2893439045b563b0fe5fe39002e7e413e4..b5a4a55fcd20d140fa933e7ca8fec2bc2e911e13 100644
--- a/masters/master.chromium.linux/master_site_config.py
+++ b/masters/master.chromium.linux/master_site_config.py
@@ -4,18 +4,10 @@
"""ActiveMaster definition."""
-import socket
+from config_bootstrap import Master
-class ChromiumLinux(object):
+class ChromiumLinux(Master.Master1):
project_name = 'Chromium Linux'
master_port = 8087
slave_port = 8187
master_port_alt = 8287
- tree_closing_notification_recipients = []
- from_address = 'buildbot@chromium.org'
- master_host = 'master1.golo.chromium.org'
- is_production_host = socket.getfqdn() == master_host
- buildslave_version = 'buildbot_slave_8_4'
- twisted_version = 'twisted_10_2'
- base_app_url = 'https://chromium-status.appspot.com'
- tree_status_url = base_app_url + '/status'
« no previous file with comments | « masters/master.chromium.gpu/master_site_config.py ('k') | masters/master.chromium.lkgr/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698