Fix CQ_INCLUDE_TRYBOTS CL value generated by roll_deps.py

A seen in https://codereview.webrtc.org/2956153004/ the CQ
is picky about the ending ;, so this CL removes it.

BUG=None
TBR=ehmaldonado@webrtc.org
NOTRY=True

Change-Id: I5e6359f0966f171c98225a982da042cc7147f765
Reviewed-on: https://chromium-review.googlesource.com/552138
Reviewed-by: Henrik Kjellander <kjellander@webrtc.org>
Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
Commit-Queue: Edward Lemur <ehmaldonado@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#18807}
This commit is contained in:
Henrik Kjellander 2017-06-28 11:29:34 +02:00 committed by Commit Bot
parent 3635f44f3e
commit 41b59ca8bf

View File

@ -29,7 +29,7 @@ DONT_AUTOROLL_THESE = [
# Run these CQ trybots in addition to the default ones in infra/config/cq.cfg.
EXTRA_TRYBOTS = (
'master.internal.tryserver.corp.webrtc:linux_internal;'
'master.internal.tryserver.corp.webrtc:linux_internal'
)
WEBRTC_URL = 'https://chromium.googlesource.com/external/webrtc'