diff options
author | dan sinclair <dsinclair@chromium.org> | 2016-03-18 19:09:56 -0400 |
---|---|---|
committer | dan sinclair <dsinclair@chromium.org> | 2016-03-18 19:09:56 -0400 |
commit | 7c90a0151fcf7a8b168a6e5fbab72b9c723f3507 (patch) | |
tree | f7ab2d6b07354cb45f37aa408bfd58d2ed86ad17 /infra/config/cq.cfg | |
parent | e98ac2e5d77053201661cf0b82ecfb597fd72492 (diff) | |
download | pdfium-7c90a0151fcf7a8b168a6e5fbab72b9c723f3507.tar.xz |
Add cq.cfg
Add CQ configuration file to infra/config directory.
R=tandrii@chromium.org
Review URL: https://codereview.chromium.org/1819513002 .
Diffstat (limited to 'infra/config/cq.cfg')
-rw-r--r-- | infra/config/cq.cfg | 50 |
1 files changed, 50 insertions, 0 deletions
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" + } + } + } +} |