dan sinclair | 7c90a01 | 2016-03-18 19:09:56 -0400 | [diff] [blame] | 1 | # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the |
| 2 | # documentation of this file format. |
| 3 | |
| 4 | version: 1 |
| 5 | cq_name: "pdfium" |
| 6 | git_repo_url: "https://pdfium.googlesource.com/pdfium.git" |
| 7 | cq_status_url: "https://chromium-cq-status.appspot.com" |
| 8 | |
| 9 | rietveld { |
| 10 | url: "https://codereview.chromium.org" |
| 11 | } |
| 12 | |
| 13 | verifiers { |
| 14 | reviewer_lgtm { |
| 15 | committer_list: "project-pdfium-committers" |
| 16 | } |
| 17 | |
dsinclair | a86d113 | 2016-05-02 07:42:03 -0700 | [diff] [blame] | 18 | tree_status { |
| 19 | tree_status_url: "https://pdfium-status.appspot.com" |
| 20 | } |
| 21 | |
dan sinclair | 7c90a01 | 2016-03-18 19:09:56 -0400 | [diff] [blame] | 22 | try_job { |
| 23 | buckets { |
| 24 | name: "master.tryserver.client.pdfium" |
| 25 | builders { |
| 26 | name: "linux" |
| 27 | } |
| 28 | builders { |
| 29 | name: "linux_xfa" |
| 30 | } |
| 31 | builders { |
| 32 | name: "linux_no_v8" |
| 33 | } |
| 34 | builders { |
| 35 | name: "mac" |
| 36 | } |
| 37 | builders { |
| 38 | name: "mac_xfa" |
| 39 | } |
| 40 | builders { |
| 41 | name: "mac_no_v8" |
| 42 | } |
| 43 | builders { |
| 44 | name: "win" |
| 45 | } |
| 46 | builders { |
| 47 | name: "win_xfa" |
| 48 | } |
| 49 | builders { |
| 50 | name: "win_no_v8" |
| 51 | } |
weili | f6d9a61 | 2016-05-12 16:02:37 -0700 | [diff] [blame] | 52 | builders { |
| 53 | name: "linux_xfa_rel_gn" |
| 54 | } |
| 55 | builders { |
| 56 | name: "mac_xfa_rel_gn" |
| 57 | } |
| 58 | builders { |
| 59 | name: "win_xfa_64_rel_gn" |
| 60 | } |
dan sinclair | 7c90a01 | 2016-03-18 19:09:56 -0400 | [diff] [blame] | 61 | } |
| 62 | } |
| 63 | } |