From c693820f7f8ef7432233a17cde8c8169f15a80d0 Mon Sep 17 00:00:00 2001 From: kjellander Date: Sun, 20 Dec 2015 22:15:10 -0800 Subject: [PATCH] CQ: Add linux_libfuzzer_rel trybot as default. NOTRY=True BUG=chromium:570439 TBR=pbos@webrtc.org Review URL: https://codereview.webrtc.org/1540773002 Cr-Commit-Position: refs/heads/master@{#11097} --- infra/config/cq.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 38842eb662..59abd190ad 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -45,6 +45,7 @@ verifiers { builders { name: "linux_compile_dbg" } builders { name: "linux_gn_dbg" } builders { name: "linux_gn_rel" } + builders { name: "linux_libfuzzer_rel" } builders { name: "linux_msan" } builders { name: "linux_rel" } builders { name: "linux_tsan2" }