| 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: "skiabuildbot" | 5 cq_name: "skiabuildbot" |
| 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/buildbot/" |
| 7 | 8 |
| 8 gerrit {} | 9 gerrit {} |
| 9 rietveld { | 10 rietveld { |
| 10 url: "https://codereview.chromium.org" | 11 url: "https://codereview.chromium.org" |
| 11 } | 12 } |
| 12 | 13 |
| 13 verifiers { | 14 verifiers { |
| 14 reviewer_lgtm { | 15 reviewer_lgtm { |
| 15 committer_list: "project-skia-committers" | 16 committer_list: "project-skia-committers" |
| 16 max_wait_secs: 10800 # 3 hours | 17 max_wait_secs: 10800 # 3 hours |
| 17 no_lgtm_msg: "No LGTM from a valid reviewer yet. Please ask for an LGTM " | 18 no_lgtm_msg: "No LGTM from a valid reviewer yet. Please ask for an LGTM " |
| 18 "from a\nfull Skia committer" | 19 "from a\nfull Skia committer" |
| 19 } | 20 } |
| 20 | 21 |
| 21 try_job { | 22 try_job { |
| 22 buckets { | 23 buckets { |
| 23 name: "master.client.skia.fyi" | 24 name: "master.client.skia.fyi" |
| 24 builders { name: "Infra-PerCommit-Trybot" } | 25 builders { name: "Infra-PerCommit-Trybot" } |
| 25 } | 26 } |
| 26 } | 27 } |
| 27 } | 28 } |
| OLD | NEW |