From 440b7e237446a0653a2559151f19b1c4c63b3181 Mon Sep 17 00:00:00 2001 From: Sigurdur Asgeirsson Date: Thu, 2 Mar 2017 12:59:12 -0500 Subject: [PATCH] Additional setup required for Gerrit projects. BUG=crashpad:162 Change-Id: I9150af280a22e10cecad093bb6a798f79834f50e Reviewed-on: https://chromium-review.googlesource.com/448758 Reviewed-by: Scott Graham --- infra/config/cq.cfg | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index a01c389d..74aa1620 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -12,21 +12,24 @@ # See the License for the specific language governing permissions and # limitations under the License. -# See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the +# See https://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the # documentation of this file format. version: 1 cq_name: "crashpad" cq_status_url: "https://chromium-cq-status.appspot.com" +# This is required for gerrit projects. +git_repo_url: "https://chromium.googlesource.com/crashpad/crashpad" + # Crashpad uses gerrit with no special options. gerrit {} verifiers { - reviewer_lgtm { - committer_list: "project-crashpad-committers" + gerrit_cq_ability { + committer_list: "project-crashpad-committers" + dry_run_access_list: "project-crashpad-committers" } - try_job { buckets { name: "master.client.crashpad"