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

Unified 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, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.webrtc.perf/master_site_config.py
diff --git a/masters/master.client.webrtc.perf/master_site_config.py b/masters/master.client.webrtc.perf/master_site_config.py
index d1f8adb44af9760efd596fdae5d3a502ade3e2dd..c83e02912171d1445ed1807e1b096b0c9595808c 100644
--- a/masters/master.client.webrtc.perf/master_site_config.py
+++ b/masters/master.client.webrtc.perf/master_site_config.py
@@ -6,11 +6,11 @@
from config_bootstrap import Master
-class WebRTCPerf(Master.Master3):
+class WebRTCPerf(Master.Master3a):
project_name = 'WebRTC Perf'
- master_port = 20301
- slave_port = 30301
- master_port_alt = 25301
+ master_port = 20309
+ slave_port = 30309
+ master_port_alt = 25309
server_url = 'http://webrtc.googlecode.com'
project_url = 'http://webrtc.googlecode.com'
from_address = 'webrtc-cb-perf-watchlist@google.com'
« 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