diff options
Diffstat (limited to 'infra/config')
-rw-r--r-- | infra/config/cq.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 6d2a69977a..665eb3f016 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -50,6 +50,9 @@ verifiers { name: "linux_xfa_asan_lsan" } builders { + name: "linux_xfa_jumbo" + } + builders { name: "linux_xfa_msan" } builders { @@ -68,6 +71,9 @@ verifiers { name: "mac_xfa" } builders { + name: "mac_xfa_jumbo" + } + builders { name: "mac_xfa_rel" } builders { @@ -92,6 +98,9 @@ verifiers { name: "win_xfa_asan" } builders { + name: "win_xfa_jumbo" + } + builders { name: "win_xfa_msvc" } builders { |