From a86d113be692153d7707da377d11d4f09cb12c9b Mon Sep 17 00:00:00 2001 From: dsinclair Date: Mon, 2 May 2016 07:42:03 -0700 Subject: Add tree status check to PDFium CQ. 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 --- infra/config/cq.cfg | 4 ++++ 1 file changed, 4 insertions(+) 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" -- cgit v1.2.3