Commit 7f273dee authored by Quinten Yearsley's avatar Quinten Yearsley Committed by Commit Bot

Update the WPT importer sheriff rotation URL.

This changes the WPT import script to use the URL
https://build.chromium.org/deprecated/chromium/all_rotations.js
for fetching sheriff rotations.

Bug: 792193
Change-Id: I64bc3396bc921cc7f1e0420f872881fb2b25ebac
Reviewed-on: https://chromium-review.googlesource.com/809616Reviewed-by: default avatarRobert Ma <robertma@chromium.org>
Commit-Queue: Robert Ma <robertma@chromium.org>
Cr-Commit-Position: refs/heads/master@{#521877}
parent 19825f69
......@@ -36,7 +36,7 @@ POLL_DELAY_SECONDS = 2 * 60
TIMEOUT_SECONDS = 210 * 60
# Sheriff calendar URL, used for getting the ecosystem infra sheriff to TBR.
ROTATIONS_URL = 'http://chromium-build.appspot.com/p/chromium/all_rotations.js'
ROTATIONS_URL = 'https://build.chromium.org/deprecated/chromium/all_rotations.js'
_log = logging.getLogger(__file__)
......
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