Fixes for cq.cfg

Remove the extra cq_name and add gerrit {} which is required.

A fun bug happened because our CQ config landed both global/ and
branch/ in the same commit. LUCI tries to discover where cq.cfg with
refs.cfg, however the processing of cq.cfg is done before refs.cfg. This
means that when everything was landed at once, the processing of cq.cfg
didn't where to look, and then refs.cfg was processed, but too late.

Change-Id: I9024278c6a32c806f4ed25b59f54a0365ac24566
This commit is contained in:
Corentin Wallez 2018-08-23 19:39:34 +02:00 committed by Corentin Wallez
parent 7efbacca83
commit 0c601f2646
1 changed files with 4 additions and 2 deletions

View File

@ -2,9 +2,11 @@
# documentation of this file format.
version: 1
cq_name: "dawn"
cq_status_url: "https://chromium-cq-status.appspot.com"
git_repo_url: "https://chromium.googlesource.com/angle/angle"
git_repo_url: "https://dawn.googlesource.com/dawn"
gerrit {
}
verifiers {
gerrit_cq_ability {