| 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 { | 18 tree_status { |
| 19 tree_status_url: "https://pdfium-status.appspot.com" | 19 tree_status_url: "https://pdfium-status.appspot.com" |
| 20 } | 20 } |
| 21 | 21 |
| 22 try_job { | 22 try_job { |
| 23 buckets { | 23 buckets { |
| 24 name: "master.tryserver.client.pdfium" | 24 name: "master.tryserver.client.pdfium" |
| 25 builders { | 25 builders { |
| 26 name: "android" |
| 27 experiment_percentage: 100 |
| 28 } |
| 29 builders { |
| 26 name: "linux" | 30 name: "linux" |
| 27 } | 31 } |
| 28 builders { | 32 builders { |
| 29 name: "linux_xfa" | 33 name: "linux_xfa" |
| 30 } | 34 } |
| 31 builders { | 35 builders { |
| 32 name: "linux_no_v8" | 36 name: "linux_no_v8" |
| 33 } | 37 } |
| 34 builders { | 38 builders { |
| 35 name: "linux_skia" | 39 name: "linux_skia" |
| (...skipping 30 matching lines...) Expand all Loading... |
| 66 } | 70 } |
| 67 builders { | 71 builders { |
| 68 name: "mac_xfa_rel_gn" | 72 name: "mac_xfa_rel_gn" |
| 69 } | 73 } |
| 70 builders { | 74 builders { |
| 71 name: "win_xfa_64_rel_gn" | 75 name: "win_xfa_64_rel_gn" |
| 72 } | 76 } |
| 73 } | 77 } |
| 74 } | 78 } |
| 75 } | 79 } |
| OLD | NEW |