Adding Chrome bot to main master.cfg

BUG=None
TEST=Running locally

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1759 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kjellander@webrtc.org
2012-02-24 09:04:06 +00:00
parent 5545f38e41
commit 4cddc66db5
4 changed files with 41 additions and 204 deletions

View File

@@ -404,7 +404,8 @@ class WebRTCChromeFactory(WebRTCFactory):
cmd = ['make', target, '-j100']
if make_extra is not None:
cmd.append(make_extra)
self.AddCommonStep(cmd=cmd, descriptor=descriptor, workdir='build/src')
self.AddCommonStep(cmd=cmd, descriptor=descriptor,
warn_on_failure=True, workdir='build/src')
class WebRTCLinuxFactory(WebRTCFactory):