| Index: masters/master.tryserver.chromium.gpu/master_site_config.py
|
| diff --git a/masters/master.tryserver.chromium.gpu/master_site_config.py b/masters/master.tryserver.chromium.gpu/master_site_config.py
|
| deleted file mode 100644
|
| index cbe5a5db992bd46d337e4d89161c5222a31bb0c6..0000000000000000000000000000000000000000
|
| --- a/masters/master.tryserver.chromium.gpu/master_site_config.py
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -# Copyright 2014 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.
|
| -
|
| -"""ActiveMaster definition."""
|
| -
|
| -from config_bootstrap import Master
|
| -
|
| -class GpuTryServer(Master.Master4):
|
| - project_name = 'Chromium GPU Try Server'
|
| - master_port = 8021
|
| - slave_port = 8121
|
| - master_port_alt = 8221
|
| - reply_to = 'chrome-troopers+tryserver@google.com'
|
| - base_app_url = 'https://chromium-status.appspot.com'
|
| - tree_status_url = base_app_url + '/status'
|
| - store_revisions_url = base_app_url + '/revisions'
|
| - last_good_url = base_app_url + '/lkgr'
|
| - buildbot_url = 'http://build.chromium.org/p/tryserver.chromium.gpu/'
|
| - service_account_file = 'service-account-chromium-tryserver.json'
|
|
|