diff options
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 { |