From 2b7552663e8f8923118c92ae07c3563a3b8e1aa6 Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Tue, 24 Jan 2017 05:22:40 +0100 Subject: [PATCH] Add linux_memcheck as default trybot. After moving to Swarming, this bot executes in ~20 minutes instead of hours, making it a good candidate for pre-submit checks. It would have caught the leak that led to the revert in https://codereview.webrtc.org/2649113003/ if it would have run. BUG=chromium:497757 TBR=ehmaldonado@webrtc.org Review-Url: https://codereview.webrtc.org/2649353002 . Cr-Commit-Position: refs/heads/master@{#16226} --- infra/config/cq.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 8f9707fc17..ee8189efe1 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -48,6 +48,7 @@ verifiers { builders { name: "linux_baremetal" } builders { name: "linux_compile_dbg" } builders { name: "linux_libfuzzer_rel" } + builders { name: "linux_memcheck" } builders { name: "linux_msan" } builders { name: "linux_rel" } builders { name: "linux_tsan2" }