| Index: third_party/cq_client/test/cq_gerrit.cfg
|
| diff --git a/third_party/cq_client/test/cq_example.cfg b/third_party/cq_client/test/cq_gerrit.cfg
|
| similarity index 76%
|
| copy from third_party/cq_client/test/cq_example.cfg
|
| copy to third_party/cq_client/test/cq_gerrit.cfg
|
| index 806b8cf561ee1ec9a2196cf1574c4a1e5aa6e6f0..7aa97bff3381da3c9660a2e56f991eafea704d48 100644
|
| --- a/third_party/cq_client/test/cq_example.cfg
|
| +++ b/third_party/cq_client/test/cq_gerrit.cfg
|
| @@ -5,21 +5,14 @@ hide_ref_in_committed_msg: true
|
| commit_burst_delay: 600
|
| max_commit_burst: 10
|
| in_production: false
|
| -git_repo_url: "http://github.com/infra/infra.git"
|
| +git_repo_url: "https://chromium.googlesource.com/infra/infra.git"
|
| target_ref: "refs/pending/heads/master"
|
|
|
| -rietveld {
|
| - url: "https://codereview.chromium.org"
|
| - project_bases: "https://chromium.googlesource.com/infra/infra.git@master"
|
| +gerrit {
|
| + cq_verified_label: "Commit-Queue-Verified"
|
| }
|
|
|
| verifiers {
|
| - reviewer_lgtm: {
|
| - committer_list: "project-chromium-committers"
|
| - max_wait_secs: 600
|
| - no_lgtm_msg: "LGTM is missing"
|
| - }
|
| -
|
| tree_status: {
|
| tree_status_url: "https://infra-status.appspot.com"
|
| }
|
| @@ -31,7 +24,7 @@ verifiers {
|
| builders { name: "android_blink_compile_rel" }
|
| builders {
|
| name: "win_blink_rel"
|
| - triggered: true
|
| + triggered_by_cq: false
|
| }
|
| }
|
| buckets {
|
|
|