Added Chrome+WebRTC bots based on Chrome scripts, for all platforms.
Also removed the old Linux Chrome and Chrome Bloat bots from utils.py. Some of these changes may seem a bit confusing and messy but they must be considered a step on the way to moving away from our inheritance based Factories into the style Chrome users, where most configuration is in the .cfg files, factory setup is in the factories and step details are put into the commands-files. BUG=None TEST=Tested with local master and production slaves. Review URL: https://webrtc-codereview.appspot.com/581006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2238 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -14,13 +14,16 @@ import socket
|
||||
|
||||
class Master(object):
|
||||
# Repository URLs used by the SVNPoller and 'gclient config'.
|
||||
server_url = 'http://webrtc.googlecode.com'
|
||||
git_server_url = 'http://webrtc.googlecode.com/git'
|
||||
webrtc_root_url = 'http://webrtc.googlecode.com/svn'
|
||||
|
||||
# Leave Chromium's server URL intact, since we also build Chrome.
|
||||
server_url = 'http://src.chromium.org'
|
||||
git_server_url = 'http://src.chromium.org/git'
|
||||
repo_root = '/svn'
|
||||
|
||||
# External repos.
|
||||
googlecode_url = 'http://%s.googlecode.com/svn'
|
||||
sourceforge_url = 'https://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s'
|
||||
sourceforge_url = 'http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s'
|
||||
|
||||
# Directly fetches from anonymous webkit svn server.
|
||||
webkit_root_url = 'http://svn.webkit.org/repository/webkit'
|
||||
|
||||
Reference in New Issue
Block a user