From a148b79e79c79ea466b3a2142e9238b5e8ab2f5a Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Fri, 17 Nov 2017 14:42:53 +0100 Subject: [PATCH] Remove linux_memcheck from commit queue It will be broken after the next DEPS roll TBR=phoglund@webrtc.org Bug: webrtc:8356 Change-Id: I46d18da244a4b0bd59544f74ffda43fdb4b2f820 No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/24040 Commit-Queue: Oleh Prypin Reviewed-by: Edward Lemur Cr-Commit-Position: refs/heads/master@{#20734} --- infra/config/cq.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 3b665578fb..8ec3fe15fe 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -49,7 +49,8 @@ verifiers { builders { name: "linux_baremetal" } builders { name: "linux_compile_dbg" } builders { name: "linux_libfuzzer_rel" } - builders { name: "linux_memcheck" } + # TODO(bugs.webrtc.org/8356): Investigate fixing and re-enabling. + #builders { name: "linux_memcheck" } builders { name: "linux_msan" } builders { name: "linux_rel" } builders { name: "linux_tsan2" }