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

Unified Diff: masters/master.tryserver.chromium.gpu/master_site_config.py

Issue 919113002: Removed tryserver.chromium.gpu and related references (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 10 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
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'
« no previous file with comments | « masters/master.tryserver.chromium.gpu/master.cfg ('k') | masters/master.tryserver.chromium.gpu/public_html/bg_gradient.jpg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698