diff --git a/tools/.gitignore b/tools/.gitignore index e1f900fdc..86debfda2 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -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 diff --git a/tools/continuous_build/build_internal/masters/master.webrtc/master.cfg b/tools/continuous_build/build_internal/masters/master.webrtc/master.cfg index 28f56fb9e..1f2c6e580 100755 --- a/tools/continuous_build/build_internal/masters/master.webrtc/master.cfg +++ b/tools/continuous_build/build_internal/masters/master.webrtc/master.cfg @@ -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