From 7c90a0151fcf7a8b168a6e5fbab72b9c723f3507 Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Fri, 18 Mar 2016 19:09:56 -0400 Subject: Add cq.cfg Add CQ configuration file to infra/config directory. R=tandrii@chromium.org Review URL: https://codereview.chromium.org/1819513002 . --- infra/config/cq.cfg | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 infra/config/cq.cfg diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg new file mode 100644 index 0000000000..0a494e8c04 --- /dev/null +++ b/infra/config/cq.cfg @@ -0,0 +1,50 @@ +# See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the +# documentation of this file format. + +version: 1 +cq_name: "pdfium" +git_repo_url: "https://pdfium.googlesource.com/pdfium.git" +cq_status_url: "https://chromium-cq-status.appspot.com" + +rietveld { + url: "https://codereview.chromium.org" +} + +verifiers { + reviewer_lgtm { + committer_list: "project-pdfium-committers" + } + + try_job { + buckets { + name: "master.tryserver.client.pdfium" + builders { + name: "linux" + } + builders { + name: "linux_xfa" + } + builders { + name: "linux_no_v8" + } + builders { + name: "mac" + } + builders { + name: "mac_xfa" + } + builders { + name: "mac_no_v8" + } + builders { + name: "win" + } + builders { + name: "win_xfa" + } + builders { + name: "win_no_v8" + } + } + } +} -- cgit v1.2.3