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: "infra" | 5 cq_name: "infra" |
6 cq_status_url: "https://chromium-cq-status.appspot.com" | 6 cq_status_url: "https://chromium-cq-status.appspot.com" |
7 | 7 |
8 rietveld { | 8 rietveld { |
9 url: "https://codereview.chromium.org" | 9 url: "https://codereview.chromium.org" |
10 } | 10 } |
11 | 11 |
12 verifiers { | 12 verifiers { |
13 reviewer_lgtm { | 13 reviewer_lgtm { |
14 committer_list: "chromium" | 14 committer_list: "chromium" |
15 } | 15 } |
16 tree_status { | 16 tree_status { |
17 tree_status_url: "https://infra-status.appspot.com" | 17 tree_status_url: "https://infra-status.appspot.com" |
18 } | 18 } |
19 try_job { | 19 try_job { |
20 buckets { | 20 buckets { |
21 name: "tryserver.chromium.linux" | 21 name: "tryserver.chromium.linux" |
22 builders { | 22 builders { |
23 name: "infra_tester" | 23 name: "infra_tester" |
24 } | 24 } |
25 } | 25 } |
26 } | 26 } |
27 } | 27 } |
OLD | NEW |