diff options
author | weili <weili@chromium.org> | 2016-10-24 13:03:02 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-10-24 13:03:02 -0700 |
commit | 37b203059210426d8739c37eb00b2ca9583fa4b6 (patch) | |
tree | d74fa9e2ccc99a982bd303daabb67b6ca183ab92 /infra/config | |
parent | ad2441ef675866eb84c7392eeda03391a5a5d474 (diff) | |
download | pdfium-37b203059210426d8739c37eb00b2ca9583fa4b6.tar.xz |
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
Diffstat (limited to 'infra/config')
-rw-r--r-- | infra/config/cq.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ -29,6 +29,9 @@ verifiers { name: "linux" } builders { + name: "linux_asan_lsan" + } + builders { name: "linux_no_v8" } builders { @@ -39,6 +42,9 @@ verifiers { name: "linux_xfa" } builders { + name: "linux_xfa_asan_lsan" + } + builders { name: "mac" } builders { |