| Index: masters/master.tryserver.client.custom_tabs_client/master_site_config.py
|
| diff --git a/masters/master.tryserver.client.catapult/master_site_config.py b/masters/master.tryserver.client.custom_tabs_client/master_site_config.py
|
| similarity index 60%
|
| copy from masters/master.tryserver.client.catapult/master_site_config.py
|
| copy to masters/master.tryserver.client.custom_tabs_client/master_site_config.py
|
| index adb4da7ad5cf8e7f8da7cf25b6eeba49d8fdf59c..a358128d56a524b6205eadfe50bc6a084c751548 100644
|
| --- a/masters/master.tryserver.client.catapult/master_site_config.py
|
| +++ b/masters/master.tryserver.client.custom_tabs_client/master_site_config.py
|
| @@ -1,4 +1,4 @@
|
| -# Copyright 2014 The Chromium Authors. All rights reserved.
|
| +# Copyright 2015 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| @@ -12,11 +12,11 @@
|
|
|
| from config_bootstrap import Master
|
|
|
| -class CatapultTryserver(Master.Master4a):
|
| - project_name = 'CatapultTryserver'
|
| - master_port = 21400
|
| - slave_port = 31400
|
| - master_port_alt = 41400
|
| - buildbot_url = 'https://build.chromium.org/p/tryserver.client.catapult/'
|
| - buildbucket_bucket = 'master.tryserver.client.catapult'
|
| +class CustomTabsClientTryserver(Master.Master4a):
|
| + project_name = 'CustomTabsClientTryserver'
|
| + master_port = 20400
|
| + slave_port = 30400
|
| + master_port_alt = 40400
|
| + buildbot_url = 'https://build.chromium.org/p/tryserver.client.custom_tabs_client/'
|
| + buildbucket_bucket = 'master.tryserver.client.custom_tabs_client'
|
| service_account_file = 'service-account-chromium-tryserver.json'
|
|
|