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" | 26 name: "android" |
27 experiment_percentage: 100 | |
28 } | 27 } |
29 builders { | 28 builders { |
30 name: "linux" | 29 name: "linux" |
31 } | 30 } |
32 builders { | 31 builders { |
33 name: "linux_no_v8" | 32 name: "linux_no_v8" |
34 } | 33 } |
35 builders { | 34 builders { |
36 name: "linux_skia" | 35 name: "linux_skia" |
37 experiment_percentage: 100 | 36 experiment_percentage: 100 |
(...skipping 27 matching lines...) Expand all Loading... |
65 builders { | 64 builders { |
66 name: "win_xfa" | 65 name: "win_xfa" |
67 } | 66 } |
68 builders { | 67 builders { |
69 name: "win_xfa_clang" | 68 name: "win_xfa_clang" |
70 experiment_percentage: 100 | 69 experiment_percentage: 100 |
71 } | 70 } |
72 } | 71 } |
73 } | 72 } |
74 } | 73 } |
OLD | NEW |