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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 """ActiveMaster definition."""
6
7 from config_bootstrap import Master
8
9 class GpuTryServer(Master.Master4):
10 project_name = 'Chromium GPU Try Server'
11 master_port = 8021
12 slave_port = 8121
13 master_port_alt = 8221
14 reply_to = 'chrome-troopers+tryserver@google.com'
15 base_app_url = 'https://chromium-status.appspot.com'
16 tree_status_url = base_app_url + '/status'
17 store_revisions_url = base_app_url + '/revisions'
18 last_good_url = base_app_url + '/lkgr'
19 buildbot_url = 'http://build.chromium.org/p/tryserver.chromium.gpu/'
20 service_account_file = 'service-account-chromium-tryserver.json'
OLDNEW
« 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