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

Unified Diff: third_party/cq_client/test/cq_gerrit.cfg

Issue 1475033006: Updated cq_client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Restore manual protobuf26 fixes Created 5 years, 1 month 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 side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698