summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-05-02 07:42:03 -0700
committerCommit bot <commit-bot@chromium.org>2016-05-02 07:42:03 -0700
commita86d113be692153d7707da377d11d4f09cb12c9b (patch)
tree122b8c3d496aca073a5df6f9de404573160a8fe1
parentb696f7d616ef397a01af1d6bd01c061922a259f7 (diff)
downloadpdfium-chromium/2723.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
-rw-r--r--infra/config/cq.cfg4
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"