diff options
author | dsinclair <dsinclair@chromium.org> | 2016-05-02 07:42:03 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-02 07:42:03 -0700 |
commit | a86d113be692153d7707da377d11d4f09cb12c9b (patch) | |
tree | 122b8c3d496aca073a5df6f9de404573160a8fe1 /infra/config/cq.cfg | |
parent | b696f7d616ef397a01af1d6bd01c061922a259f7 (diff) | |
download | pdfium-a86d113be692153d7707da377d11d4f09cb12c9b.tar.xz |
Add tree status check to PDFium CQ.chromium/2723
This CL adds in the tree status check so the CQ will not commit if the waterfall
closes the PDFium tree.
BUG=chromium:607625
Review-Url: https://codereview.chromium.org/1937943002
Diffstat (limited to 'infra/config/cq.cfg')
-rw-r--r-- | infra/config/cq.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 0a494e8c04..90dbfc8d65 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -15,6 +15,10 @@ verifiers { committer_list: "project-pdfium-committers" } + tree_status { + tree_status_url: "https://pdfium-status.appspot.com" + } + try_job { buckets { name: "master.tryserver.client.pdfium" |