From 2bb708004766ec6acf120b2677bf00810022297d Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Fri, 4 Mar 2016 10:30:48 +0100 Subject: [PATCH] CQ: Remove libfuzzer trybot from default trybot set. TBR=pbos@webrtc.org BUG=chromium:591955 Review URL: https://codereview.webrtc.org/1764093002 . Cr-Commit-Position: refs/heads/master@{#11869} --- 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 84498ecd62..6e09498f82 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -46,7 +46,8 @@ verifiers { builders { name: "linux_compile_dbg" } builders { name: "linux_gn_dbg" } builders { name: "linux_gn_rel" } - builders { name: "linux_libfuzzer_rel" } + # Disabled for now. See http://crbug.com/591955 for details. + #builders { name: "linux_libfuzzer_rel" } builders { name: "linux_msan" } builders { name: "linux_rel" } builders { name: "linux_tsan2" }