diff options
author | thestig <thestig@chromium.org> | 2016-11-07 15:04:15 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-11-07 15:04:15 -0800 |
commit | 2e969eaf1deca3e96725b7515afe3b4450ddc5fe (patch) | |
tree | 54d0a98af57c34c0b08431b8cbaaea39f8ce6118 | |
parent | 5ab31ef3ed4c86211f1ebb3686abb4f5a66472ec (diff) | |
download | pdfium-2e969eaf1deca3e96725b7515afe3b4450ddc5fe.tar.xz |
Sync pdfium tryserver list with main pdfium waterfall.
BUG=pdfium:627
Review-Url: https://codereview.chromium.org/2483003002
-rw-r--r-- | infra/config/cq.cfg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index d90c42f0f2..2c1d3c6542 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -45,6 +45,9 @@ verifiers { name: "linux_xfa_asan_lsan" } builders { + name: "linux_xfa_rel" + } + builders { name: "mac" } builders { @@ -58,6 +61,9 @@ verifiers { name: "mac_xfa" } builders { + name: "mac_xfa_rel" + } + builders { name: "win" } builders { @@ -71,8 +77,17 @@ verifiers { name: "win_xfa" } builders { + name: "win_xfa_32" + } + builders { name: "win_xfa_clang" } + builders { + name: "win_xfa_clang_32" + } + builders { + name: "win_xfa_rel" + } } } } |