From 37b203059210426d8739c37eb00b2ca9583fa4b6 Mon Sep 17 00:00:00 2001 From: weili Date: Mon, 24 Oct 2016 13:03:02 -0700 Subject: Add ASan bots in commit queue Add ASan bots into commit queue to prevent tree closures due to leaks etc. memory errors. BUG=pdfium:1 Review-Url: https://codereview.chromium.org/2445013002 --- infra/config/cq.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index a06c1c66de..d90c42f0f2 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -28,6 +28,9 @@ verifiers { builders { name: "linux" } + builders { + name: "linux_asan_lsan" + } builders { name: "linux_no_v8" } @@ -38,6 +41,9 @@ verifiers { builders { name: "linux_xfa" } + builders { + name: "linux_xfa_asan_lsan" + } builders { name: "mac" } -- cgit v1.2.3