diff options
author | Lei Zhang <thestig@chromium.org> | 2018-01-24 21:18:41 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-01-24 21:18:41 +0000 |
commit | 97bd5e3a6fb0ace00015685ea4246cd2c478c685 (patch) | |
tree | 7371c64021e49f365a02f3e6268c07be0edb00af /infra/config/cq.cfg | |
parent | d4ae37be89d348ee6668884b71b1a2d1147e574c (diff) | |
download | pdfium-97bd5e3a6fb0ace00015685ea4246cd2c478c685.tar.xz |
Configure CQ to use jumbo build bots.
BUG=pdfium:964
TBR=dsinclair@chromium.org
Change-Id: I5efc80d9aba7f1f794d8e17432caec2ec57f66db
Reviewed-on: https://pdfium-review.googlesource.com/23910
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'infra/config/cq.cfg')
-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 { |