From eb43264f267dde21796514f0b3e92fbff00d9b0a Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Wed, 17 Sep 2014 06:46:38 +0000 Subject: [PATCH] Remove linux_memcheck from default trybots. Now that we have enabled leak detection (LeakSanitizer) for our Linux ASan bots, there's no point always running the linux_memcheck trybot since it's very slow and almost always gets a long queue of builds. BUG= R=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/28479004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7203 4adac7df-926f-26a2-2b94-8c16560cd09d --- PRESUBMIT.py | 1 - 1 file changed, 1 deletion(-) diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 363470c6d..1d823184f 100755 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -278,7 +278,6 @@ def GetPreferredTryMasters(project, change): 'linux', 'linux_asan', 'linux_baremetal', - 'linux_memcheck', 'linux_rel', 'linux_tsan2', ] + linux_gn_bots