| 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" |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 experiment_percentage: 100 | 69 experiment_percentage: 100 |
| 70 } | 70 } |
| 71 builders { | 71 builders { |
| 72 name: "win_xfa" | 72 name: "win_xfa" |
| 73 } | 73 } |
| 74 builders { | 74 builders { |
| 75 name: "win_xfa_clang" | 75 name: "win_xfa_clang" |
| 76 experiment_percentage: 100 | 76 experiment_percentage: 100 |
| 77 } | 77 } |
| 78 builders { | 78 builders { |
| 79 name: "win_xfa_64_rel_gyp" | 79 name: "win_xfa_rel_gyp" |
| 80 } | 80 } |
| 81 } | 81 } |
| 82 } | 82 } |
| 83 } | 83 } |
| OLD | NEW |