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

Unified Diff: infra/config/cq.cfg

Issue 2716463003: Enable gerrit cq for chromium/src (Closed)
Patch Set: Add gerrit_cq_ability verifier to chromium cq Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/config/cq.cfg
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg
index f53bd790d9272890b1524c46fb5d0f49cdc305f6..f6b13dc4efde1666efbb88c36a420c8bdd187026 100644
--- a/infra/config/cq.cfg
+++ b/infra/config/cq.cfg
@@ -4,9 +4,11 @@
version: 1
cq_name: "chromium"
cq_status_url: "https://chromium-cq-status.appspot.com"
+git_repo_url: "https://chromium.googlesource.com/chromium/src""
commit_burst_delay: 60
max_commit_burst: 2
+gerrit {}
rietveld {
url: "https://codereview.chromium.org"
}
@@ -17,6 +19,12 @@ verifiers {
dry_run_access_list: "project-chromium-tryjob-access"
}
+ gerrit_cq_ability {
+ committer_list: "project-chromium-committers"
+ dry_run_access_list: "project-chromium-tryjob-access"
+
+ }
+
tree_status {
tree_status_url: "https://chromium-status.appspot.com"
}
« 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