| 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 commit_burst_delay: 300 | 7 commit_burst_delay: 300 |
| 8 max_commit_burst: 2 | 8 max_commit_burst: 2 |
| 9 | 9 |
| 10 rietveld { | 10 rietveld { |
| 11 url: "https://codereview.chromium.org" | 11 url: "https://codereview.chromium.org" |
| 12 } | 12 } |
| 13 | 13 |
| 14 verifiers { | 14 verifiers { |
| 15 reviewer_lgtm { | 15 reviewer_lgtm { |
| 16 committer_list: "project-skia-committers" | 16 committer_list: "project-skia-committers" |
| 17 dry_run_access_list: "project-skia-tryjob-access" |
| 17 max_wait_secs: 21600 # 6 hours | 18 max_wait_secs: 21600 # 6 hours |
| 18 no_lgtm_msg: "No LGTM from a valid reviewer yet. Please ask for an LGTM " | 19 no_lgtm_msg: "No LGTM from a valid reviewer yet. Please ask for an LGTM " |
| 19 "from a\nfull Skia committer" | 20 "from a\nfull Skia committer" |
| 20 } | 21 } |
| 21 | 22 |
| 22 tree_status { | 23 tree_status { |
| 23 tree_status_url: "https://skia-tree-status.appspot.com" | 24 tree_status_url: "https://skia-tree-status.appspot.com" |
| 24 } | 25 } |
| 25 | 26 |
| 26 try_job { | 27 try_job { |
| (...skipping 23 matching lines...) Expand all Loading... |
| 50 try_job_retry_quota: 1 | 51 try_job_retry_quota: 1 |
| 51 global_retry_quota: 2 | 52 global_retry_quota: 2 |
| 52 failure_retry_weight: 2 | 53 failure_retry_weight: 2 |
| 53 transient_failure_retry_weight: 1 | 54 transient_failure_retry_weight: 1 |
| 54 timeout_retry_weight: 2 | 55 timeout_retry_weight: 2 |
| 55 } | 56 } |
| 56 } | 57 } |
| 57 | 58 |
| 58 sign_cla {} | 59 sign_cla {} |
| 59 } | 60 } |
| OLD | NEW |