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

Side by Side Diff: masters/master.client.webrtc.perf/master_site_config.py

Issue 2033863002: WebRTC: Update client.webrtc.perf to master3a and update ports (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 """ActiveMaster definition.""" 5 """ActiveMaster definition."""
6 6
7 from config_bootstrap import Master 7 from config_bootstrap import Master
8 8
9 class WebRTCPerf(Master.Master3): 9 class WebRTCPerf(Master.Master3a):
10 project_name = 'WebRTC Perf' 10 project_name = 'WebRTC Perf'
11 master_port = 20301 11 master_port = 20309
12 slave_port = 30301 12 slave_port = 30309
13 master_port_alt = 25301 13 master_port_alt = 25309
14 server_url = 'http://webrtc.googlecode.com' 14 server_url = 'http://webrtc.googlecode.com'
15 project_url = 'http://webrtc.googlecode.com' 15 project_url = 'http://webrtc.googlecode.com'
16 from_address = 'webrtc-cb-perf-watchlist@google.com' 16 from_address = 'webrtc-cb-perf-watchlist@google.com'
17 buildbot_url = 'http://build.chromium.org/p/client.webrtc.perf/' 17 buildbot_url = 'http://build.chromium.org/p/client.webrtc.perf/'
18 service_account_file = 'service-account-webrtc.json' 18 service_account_file = 'service-account-webrtc.json'
19 buildbucket_bucket = 'master.client.webrtc.perf' 19 buildbucket_bucket = 'master.client.webrtc.perf'
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698