diff options
Diffstat (limited to 'infra/config')
-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" + } + } + } +} |