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 target_ref: "refs/pending/heads/master" | |
10 | 9 |
11 rietveld { | 10 rietveld { |
12 url: "https://codereview.webrtc.org" | 11 url: "https://codereview.webrtc.org" |
13 } | 12 } |
14 | 13 |
15 | 14 |
16 verifiers { | 15 verifiers { |
17 reviewer_lgtm { | 16 reviewer_lgtm { |
18 committer_list: "project-webrtc-committers" | 17 committer_list: "project-webrtc-committers" |
19 dry_run_access_list: "project-webrtc-tryjob-access" | 18 dry_run_access_list: "project-webrtc-tryjob-access" |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 builders { name: "win_clang_rel" } | 63 builders { name: "win_clang_rel" } |
65 builders { name: "win_dbg" } | 64 builders { name: "win_dbg" } |
66 builders { name: "win_rel" } | 65 builders { name: "win_rel" } |
67 builders { name: "win_x64_clang_dbg" } | 66 builders { name: "win_x64_clang_dbg" } |
68 builders { name: "win_x64_clang_rel" } | 67 builders { name: "win_x64_clang_rel" } |
69 builders { name: "win_x64_dbg" } | 68 builders { name: "win_x64_dbg" } |
70 builders { name: "win_x64_rel" } | 69 builders { name: "win_x64_rel" } |
71 } | 70 } |
72 } | 71 } |
73 } | 72 } |
OLD | NEW |