diff options
author | Lei Zhang <thestig@chromium.org> | 2018-01-11 07:11:27 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-01-11 07:11:27 +0000 |
commit | b5835183116559ea8225b7d8cc67c6f55bed7a1a (patch) | |
tree | 065df369ed20ce46447d7c4c13d0ed4b58f44f3a /infra/config | |
parent | 7f302e511fe86611a311748cd7b9dbb18ceea156 (diff) | |
download | pdfium-b5835183116559ea8225b7d8cc67c6f55bed7a1a.tar.xz |
Configure CQ to use Linux MSAN bots.
BUG=pdfium:959
TBR=dsinclair@chromium.org
Change-Id: Iea2e1eb0740c9d413787cbeded4a92a2e0b2cdf6
Reviewed-on: https://pdfium-review.googlesource.com/22733
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
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 db0b87035d..10f17b1cc5 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -35,6 +35,9 @@ verifiers { name: "linux_asan_lsan" } builders { + name: "linux_msan" + } + builders { name: "linux_no_v8" } builders { @@ -47,6 +50,9 @@ verifiers { name: "linux_xfa_asan_lsan" } builders { + name: "linux_xfa_msan" + } + builders { name: "linux_xfa_rel" } builders { |