diff options
author | Lei Zhang <thestig@chromium.org> | 2018-09-13 16:47:25 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-09-13 16:47:25 +0000 |
commit | aebace3bd14eaf72d43f63d90700cd1b0fa049ca (patch) | |
tree | 35c89ad623362cba910c9e364b3236f3986afe14 | |
parent | 394bb20e2d08462d65e35a09baffd01ec254d3c4 (diff) | |
download | pdfium-aebace3bd14eaf72d43f63d90700cd1b0fa049ca.tar.xz |
Remove cq_name from cq.cfg.
LUCI rejected a recent cq.cfg update because the pre-existing config had
this error:
"cq.cfg: cq_name is no longer used and can and should be removed."
TBR=nodir@chromium.org
Change-Id: I4b4e2bb9ed39896fa091d3fec929443417c0e8f3
Reviewed-on: https://pdfium-review.googlesource.com/42371
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
-rw-r--r-- | infra/config/cq.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 2045cd4833..8343cb614f 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -2,7 +2,6 @@ # documentation of this file format. version: 1 -cq_name: "pdfium" git_repo_url: "https://pdfium.googlesource.com/pdfium.git" cq_status_url: "https://chromium-cq-status.appspot.com" |