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

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

Issue 1926783002: Add dry_run_access_list to Skia's cq.proto (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Initial upload Created 4 years, 7 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 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
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 }
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