OLD | NEW |
1 # Commit Queue configuration file. The documentation of the format can be found | 1 # Commit Queue configuration file. The documentation of the format can be found |
2 # at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg. | 2 # at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg. |
3 | 3 |
4 version: 1 | 4 version: 1 |
5 cq_name: "webrtc" | 5 cq_name: "webrtc" |
6 cq_status_url: "https://chromium-cq-status.appspot.com" | 6 cq_status_url: "https://chromium-cq-status.appspot.com" |
7 commit_burst_delay: 60 | 7 commit_burst_delay: 60 |
8 max_commit_burst: 1 | 8 max_commit_burst: 1 |
9 hide_ref_in_committed_msg: true | 9 hide_ref_in_committed_msg: true |
10 target_ref: "refs/pending/heads/master" | 10 target_ref: "refs/pending/heads/master" |
11 | 11 |
12 rietveld { | 12 rietveld { |
13 url: "https://codereview.webrtc.org" | 13 url: "https://codereview.webrtc.org" |
14 } | 14 } |
15 | 15 |
16 | 16 |
17 verifiers { | 17 verifiers { |
18 reviewer_lgtm { | 18 reviewer_lgtm { |
19 committer_list: "webrtc" | 19 committer_list: "project-webrtc-committers" |
20 } | 20 } |
21 | 21 |
22 tree_status { | 22 tree_status { |
23 tree_status_url: "https://webrtc-status.appspot.com" | 23 tree_status_url: "https://webrtc-status.appspot.com" |
24 } | 24 } |
25 | 25 |
26 try_job { | 26 try_job { |
27 buckets { | 27 buckets { |
28 name: "tryserver.webrtc" | 28 name: "tryserver.webrtc" |
29 # Temporary disabled due to reliability issues: crbug.com/526625. | 29 # Temporary disabled due to reliability issues: crbug.com/526625. |
(...skipping 30 matching lines...) Expand all Loading... |
60 builders { name: "win" } | 60 builders { name: "win" } |
61 builders { name: "win_baremetal" } | 61 builders { name: "win_baremetal" } |
62 builders { name: "win_rel" } | 62 builders { name: "win_rel" } |
63 builders { name: "win_x64_gn" } | 63 builders { name: "win_x64_gn" } |
64 builders { name: "win_x64_gn_rel" } | 64 builders { name: "win_x64_gn_rel" } |
65 builders { name: "win_x64_rel" } | 65 builders { name: "win_x64_rel" } |
66 builders { name: "win_drmemory_light" } | 66 builders { name: "win_drmemory_light" } |
67 } | 67 } |
68 } | 68 } |
69 } | 69 } |
OLD | NEW |