Android trybots + fixing web status config

BUG=None
TEST=Tested on local master and slave.

Review URL: https://webrtc-codereview.appspot.com/514001

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2143 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kjellander@webrtc.org
2012-04-30 07:59:09 +00:00
parent 5c0c18d823
commit c6c4ffc5d8
6 changed files with 70 additions and 27 deletions

View File

@@ -111,7 +111,7 @@ class Master(object):
class WebRTC(_ChromiumBase):
# Used by the waterfall display.
project_name = 'WebRTC'
master_port = 9010
master_port = 8010
slave_port = 9112
master_port_alt = 9014
@@ -129,7 +129,7 @@ class Master(object):
class TryServer(_ChromiumBase):
project_name = 'WebRTC Try Server'
master_port = 9011
master_port = 9010
slave_port = 9113
master_port_alt = 9015
try_job_port = 9018