Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 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. | |
| 3 | |
| 4 version: 1 | |
| 5 cq_name: "webrtc" | |
| 6 cq_status_url: "https://chromium-cq-status.appspot.com" | |
| 7 commit_burst_delay: 60 | |
| 8 max_commit_burst: 1 | |
| 9 hide_ref_in_committed_msg: true | |
| 10 target_ref: "refs/pending/heads/master" | |
| 11 | |
| 12 rietveld { | |
| 13 url: "https://codereview.chromium.org" | |
|
kjellander_webrtc
2015/06/05 08:50:22
Please make this codereview.webrtc.org (it's a DNS
Sergiy Byelozyorov
2015/06/05 08:50:55
Done.
| |
| 14 } | |
| 15 | |
| 16 | |
| 17 verifiers { | |
| 18 reviewer_lgtm { | |
| 19 committer_list: "webrtc" | |
| 20 } | |
| 21 | |
| 22 tree_status { | |
| 23 tree_status_url: "https://webrtc-status.appspot.com" | |
| 24 } | |
| 25 | |
| 26 try_job { | |
| 27 buckets { | |
| 28 name: "tryserver.webrtc" | |
| 29 builders { name: "linux" } | |
| 30 } | |
| 31 } | |
| 32 } | |
| OLD | NEW |