Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Side by Side Diff: infra/branch-config/cq.cfg

Issue 2251643005: Add gerrit config lines to cq.cfg (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Initial upload Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698