From 35aae2e5cab191f820ad6757b1092e22a43e426b Mon Sep 17 00:00:00 2001 From: kjellander Date: Thu, 14 Jan 2016 02:03:23 -0800 Subject: [PATCH] Remove libfuzzer trybot from default trybot set. BUG=chromium:577566 TBR=pbos@webrtc.org NOTRY=True Review URL: https://codereview.webrtc.org/1585963002 Cr-Commit-Position: refs/heads/master@{#11245} --- 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 b248cef9c3..4c49280f0f 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -45,7 +45,8 @@ verifiers { builders { name: "linux_compile_dbg" } builders { name: "linux_gn_dbg" } builders { name: "linux_gn_rel" } - builders { name: "linux_libfuzzer_rel" } + # Disabled, see http://crbug.com/577566 for details. + #builders { name: "linux_libfuzzer_rel" } builders { name: "linux_msan" } builders { name: "linux_rel" } builders { name: "linux_tsan2" }