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

Side by Side Diff: third_party/cq_client/testdata/cq_rietveld.cfg

Issue 1697053003: Roll cq_client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 4 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « third_party/cq_client/testdata/cq_gerrit.cfg ('k') | third_party/cq_client/validate_config.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 version: 1 1 version: 1
2 cq_name: "infra" 2 cq_name: "infra"
3 cq_status_url: "https://chromium-cq-status.appspot.com" 3 cq_status_url: "https://chromium-cq-status.appspot.com"
4 hide_ref_in_committed_msg: true 4 hide_ref_in_committed_msg: true
5 commit_burst_delay: 600 5 commit_burst_delay: 600
6 max_commit_burst: 10 6 max_commit_burst: 10
7 in_production: false 7 in_production: false
8 git_repo_url: "http://github.com/infra/infra.git" 8 git_repo_url: "http://github.com/infra/infra.git"
9 target_ref: "refs/pending/heads/master" 9 target_ref: "refs/pending/heads/master"
10 10
11 rietveld { 11 rietveld {
12 url: "https://codereview.chromium.org" 12 url: "https://codereview.chromium.org"
13 project_bases: "https://chromium.googlesource.com/infra/infra.git@master" 13 project_bases: "https://chromium.googlesource.com/infra/infra.git@master"
14 } 14 }
15 15
16 verifiers { 16 verifiers {
17 reviewer_lgtm: { 17 reviewer_lgtm: {
18 committer_list: "project-chromium-committers" 18 committer_list: "project-chromium-committers"
19 dry_run_access_list: "project-chromium-tryjob-access"
19 max_wait_secs: 600 20 max_wait_secs: 600
20 no_lgtm_msg: "LGTM is missing" 21 no_lgtm_msg: "LGTM is missing"
21 } 22 }
22 23
23 tree_status: { 24 tree_status: {
24 tree_status_url: "https://infra-status.appspot.com" 25 tree_status_url: "https://infra-status.appspot.com"
25 } 26 }
26 27
27 try_job { 28 try_job {
28 buckets { 29 buckets {
(...skipping 24 matching lines...) Expand all
53 } 54 }
54 } 55 }
55 try_job_retry_config { 56 try_job_retry_config {
56 try_job_retry_quota: 10 57 try_job_retry_quota: 10
57 global_retry_quota: 11 58 global_retry_quota: 11
58 failure_retry_weight: 12 59 failure_retry_weight: 12
59 transient_failure_retry_weight: 13 60 transient_failure_retry_weight: 13
60 } 61 }
61 } 62 }
62 } 63 }
OLDNEW
« no previous file with comments | « third_party/cq_client/testdata/cq_gerrit.cfg ('k') | third_party/cq_client/validate_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698