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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 } | 59 } |
60 builders { | 60 builders { |
61 name: "win_skia" | 61 name: "win_skia" |
62 experiment_percentage: 100 | 62 experiment_percentage: 100 |
63 } | 63 } |
64 builders { | 64 builders { |
65 name: "win_xfa" | 65 name: "win_xfa" |
66 } | 66 } |
67 builders { | 67 builders { |
68 name: "win_xfa_clang" | 68 name: "win_xfa_clang" |
69 experiment_percentage: 100 | |
70 } | 69 } |
71 } | 70 } |
72 } | 71 } |
73 } | 72 } |
OLD | NEW |