Commit 05419ba1 authored by Robert Ma's avatar Robert Ma Committed by Commit Bot

[WPT export] Only search the master branch on Gerrit

Bug: 935208
Change-Id: Ie5e73c7fd01c46d7f033c9f2ed5522c35926bd3f
Reviewed-on: https://chromium-review.googlesource.com/c/1485492
Auto-Submit: Robert Ma <robertma@chromium.org>
Commit-Queue: Quinten Yearsley <qyearsley@chromium.org>
Reviewed-by: default avatarQuinten Yearsley <qyearsley@chromium.org>
Cr-Commit-Position: refs/heads/master@{#635165}
parent 2294ca8f
......@@ -58,7 +58,7 @@ class GerritAPI(object):
return cl
def query_exportable_open_cls(self, limit=200):
path = ('/changes/?q=project:\"chromium/src\"+status:open'
path = ('/changes/?q=project:\"chromium/src\"+branch:master+status:open'
'&o=CURRENT_FILES&o=CURRENT_REVISION&o=COMMIT_FOOTERS'
'&o=DETAILED_ACCOUNTS&o=DETAILED_LABELS&n={}').format(limit)
# The underlying host.web.get_binary() automatically retries until it
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment