From 890aa0d2c00f944a92f90ce16a814f7842e5cb2e Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Mon, 30 Apr 2012 09:56:57 +0000 Subject: [PATCH] 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 --- tools/.gitignore | 4 +++- .../build_internal/masters/master.webrtc/master.cfg | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/.gitignore b/tools/.gitignore index e1f900fdce..86debfda24 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 28f56fb9ea..1f2c6e580d 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