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"