| 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: "linux" | 26 name: "linux" |
| 27 } | 27 } |
| 28 builders { | 28 builders { |
| 29 name: "linux_xfa" | |
| 30 } | |
| 31 builders { | |
| 32 name: "linux_no_v8" | 29 name: "linux_no_v8" |
| 33 } | 30 } |
| 34 builders { | 31 builders { |
| 35 name: "linux_skia" | 32 name: "linux_skia" |
| 36 experiment_percentage: 100 | 33 experiment_percentage: 100 |
| 37 } | 34 } |
| 38 builders { | 35 builders { |
| 36 name: "linux_xfa" |
| 37 } |
| 38 builders { |
| 39 name: "linux_xfa_rel_gn" |
| 40 } |
| 41 builders { |
| 39 name: "mac" | 42 name: "mac" |
| 40 } | 43 } |
| 41 builders { | 44 builders { |
| 42 name: "mac_xfa" | |
| 43 } | |
| 44 builders { | |
| 45 name: "mac_no_v8" | 45 name: "mac_no_v8" |
| 46 } | 46 } |
| 47 builders { | 47 builders { |
| 48 name: "mac_skia" | 48 name: "mac_skia" |
| 49 experiment_percentage: 100 | 49 experiment_percentage: 100 |
| 50 } | 50 } |
| 51 builders { | 51 builders { |
| 52 name: "mac_xfa" |
| 53 } |
| 54 builders { |
| 55 name: "mac_xfa_rel_gn" |
| 56 } |
| 57 builders { |
| 52 name: "win" | 58 name: "win" |
| 53 } | 59 } |
| 54 builders { | 60 builders { |
| 55 name: "win_xfa" | |
| 56 } | |
| 57 builders { | |
| 58 name: "win_no_v8" | 61 name: "win_no_v8" |
| 59 } | 62 } |
| 60 builders { | 63 builders { |
| 61 name: "win_skia" | 64 name: "win_skia" |
| 62 experiment_percentage: 100 | 65 experiment_percentage: 100 |
| 63 } | 66 } |
| 64 builders { | 67 builders { |
| 65 name: "linux_xfa_rel_gn" | 68 name: "win_xfa" |
| 66 } | 69 } |
| 67 builders { | 70 builders { |
| 68 name: "mac_xfa_rel_gn" | 71 name: "win_xfa_clang" |
| 69 } | 72 } |
| 70 builders { | 73 builders { |
| 71 name: "win_xfa_64_rel_gn" | 74 name: "win_xfa_64_rel_gn" |
| 72 } | 75 } |
| 73 } | 76 } |
| 74 } | 77 } |
| 75 } | 78 } |
| OLD | NEW |