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: "skia" | 5 cq_name: "skia" |
6 cq_status_url: "https://chromium-cq-status.appspot.com" | 6 cq_status_url: "https://chromium-cq-status.appspot.com" |
7 git_repo_url: "https://skia.googlesource.com/skia/" | |
borenet
2016/08/17 14:19:44
Should this end in "/" ? Applications can be pick
rmistry
2016/08/17 14:20:28
This is same as the change done in the buildbot re
| |
8 gerrit {} | |
9 | |
7 commit_burst_delay: 300 | 10 commit_burst_delay: 300 |
8 max_commit_burst: 2 | 11 max_commit_burst: 2 |
9 | 12 |
10 rietveld { | 13 rietveld { |
11 url: "https://codereview.chromium.org" | 14 url: "https://codereview.chromium.org" |
12 } | 15 } |
13 | 16 |
14 verifiers { | 17 verifiers { |
15 reviewer_lgtm { | 18 reviewer_lgtm { |
16 committer_list: "project-skia-committers" | 19 committer_list: "project-skia-committers" |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
57 try_job_retry_quota: 1 | 60 try_job_retry_quota: 1 |
58 global_retry_quota: 2 | 61 global_retry_quota: 2 |
59 failure_retry_weight: 2 | 62 failure_retry_weight: 2 |
60 transient_failure_retry_weight: 1 | 63 transient_failure_retry_weight: 1 |
61 timeout_retry_weight: 2 | 64 timeout_retry_weight: 2 |
62 } | 65 } |
63 } | 66 } |
64 | 67 |
65 sign_cla {} | 68 sign_cla {} |
66 } | 69 } |
OLD | NEW |