Chromium Code Reviews| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 42 } | 42 } |
| 43 builders { | 43 builders { |
| 44 name: "win" | 44 name: "win" |
| 45 } | 45 } |
| 46 builders { | 46 builders { |
| 47 name: "win_xfa" | 47 name: "win_xfa" |
| 48 } | 48 } |
| 49 builders { | 49 builders { |
| 50 name: "win_no_v8" | 50 name: "win_no_v8" |
| 51 } | 51 } |
| 52 builders { | |
| 53 name: "linux_xfa_rel_gn" | |
|
Lei Zhang
2016/05/12 22:12:02
Do we want to keep them grouped as linux/mac/win?
Wei Li
2016/05/12 22:33:33
For now, let's group into gn so we can clearly see
| |
| 54 } | |
| 55 builders { | |
| 56 name: "mac_xfa_rel_gn" | |
| 57 } | |
| 58 builders { | |
| 59 name: "win_xfa_64_rel_gn" | |
| 60 } | |
| 52 } | 61 } |
| 53 } | 62 } |
| 54 } | 63 } |
| OLD | NEW |