Disabling HTTP status push on Build master since we're not using it
Also updated .gitignore BUG=None TEST=Tested on local master and production master. Review URL: https://webrtc-codereview.appspot.com/539005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2147 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
be0ac630a1
commit
890aa0d2c0
4
tools/.gitignore
vendored
4
tools/.gitignore
vendored
@ -11,9 +11,11 @@
|
||||
.settings
|
||||
.status_password
|
||||
/continuous_build/depot_tools
|
||||
/third_party/bloat
|
||||
/third_party/gaeunit
|
||||
/third_party/oauth2
|
||||
/third_party/google-visualization-python
|
||||
/third_party/oauth2
|
||||
/third_party/webtreemap
|
||||
|
||||
# Buildbot creates these files:
|
||||
.manhole
|
||||
|
@ -396,7 +396,7 @@ master_utils.VerifySetup(c, slaves)
|
||||
|
||||
# Adds common status and tools to this master.
|
||||
master_utils.AutoSetupMaster(c, ActiveMaster, mail_notifier=False,
|
||||
enable_http_status_push=ActiveMaster.is_production_host)
|
||||
enable_http_status_push=False)
|
||||
|
||||
####### STATUS TARGETS
|
||||
# Override the tgrid URL since we're parsing that in WebRTC for LKGR
|
||||
|
Loading…
x
Reference in New Issue
Block a user