| OLD | NEW |
| 1 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the | 1 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the |
| 2 # documentation of this file format. | 2 # documentation of this file format. |
| 3 | 3 |
| 4 version: 1 | 4 version: 1 |
| 5 cq_name: "pdfium" | 5 cq_name: "pdfium" |
| 6 git_repo_url: "https://pdfium.googlesource.com/pdfium.git" | 6 git_repo_url: "https://pdfium.googlesource.com/pdfium.git" |
| 7 cq_status_url: "https://chromium-cq-status.appspot.com" | 7 cq_status_url: "https://chromium-cq-status.appspot.com" |
| 8 | 8 |
| 9 rietveld { | 9 rietveld { |
| 10 url: "https://codereview.chromium.org" | 10 url: "https://codereview.chromium.org" |
| 11 } | 11 } |
| 12 | 12 |
| 13 verifiers { | 13 verifiers { |
| 14 reviewer_lgtm { | 14 reviewer_lgtm { |
| 15 committer_list: "project-pdfium-committers" | 15 committer_list: "project-pdfium-committers" |
| 16 } | 16 } |
| 17 | 17 |
| 18 tree_status { |
| 19 tree_status_url: "https://pdfium-status.appspot.com" |
| 20 } |
| 21 |
| 18 try_job { | 22 try_job { |
| 19 buckets { | 23 buckets { |
| 20 name: "master.tryserver.client.pdfium" | 24 name: "master.tryserver.client.pdfium" |
| 21 builders { | 25 builders { |
| 22 name: "linux" | 26 name: "linux" |
| 23 } | 27 } |
| 24 builders { | 28 builders { |
| 25 name: "linux_xfa" | 29 name: "linux_xfa" |
| 26 } | 30 } |
| 27 builders { | 31 builders { |
| (...skipping 13 matching lines...) Expand all Loading... |
| 41 } | 45 } |
| 42 builders { | 46 builders { |
| 43 name: "win_xfa" | 47 name: "win_xfa" |
| 44 } | 48 } |
| 45 builders { | 49 builders { |
| 46 name: "win_no_v8" | 50 name: "win_no_v8" |
| 47 } | 51 } |
| 48 } | 52 } |
| 49 } | 53 } |
| 50 } | 54 } |
| OLD | NEW |