Bug 1596415 - Update wpt manifest download URLs for TC changes, r=dustin

Differential Revision: https://phabricator.services.mozilla.com/D53018

--HG--
extra : moz-landing-system : lando
This commit is contained in:
James Graham 2019-11-14 21:39:00 +00:00
parent 1da7ce62f5
commit 5fb1c2f1bf

View File

@ -69,11 +69,12 @@ def taskcluster_url(logger, commits):
cset_url = ('https://hg.mozilla.org/mozilla-central/json-pushes?'
'changeset={changeset}&version=2&tipsonly=1')
tc_url = ('https://index.taskcluster.net/v1/task/gecko.v2.mozilla-central.'
tc_url = ('https://firefox-ci-tc.services.mozilla.com/api/index/v1/'
'task/gecko.v2.mozilla-central.'
'revision.{changeset}.source.manifest-upload')
default = ("https://index.taskcluster.net/v1/task/gecko.v2.mozilla-central."
"latest.source.manifest-upload" +
default = ("https://firefox-ci-tc.services.mozilla.com/api/index/v1/"
"task/gecko.v2.mozilla-central.latest.source.manifest-upload" +
artifact_path)
for revision in commits: