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