| 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..ae2e94d003ff598f3492b677d2d69a1062af680b 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 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'
|
|
|