From 5fb1c2f1bf9b392e5a95389ca23814f9c754da67 Mon Sep 17 00:00:00 2001 From: James Graham Date: Thu, 14 Nov 2019 21:39:00 +0000 Subject: [PATCH] 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 --- testing/web-platform/manifestdownload.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/testing/web-platform/manifestdownload.py b/testing/web-platform/manifestdownload.py index c335044d6f0f..a30be8a39ce6 100644 --- a/testing/web-platform/manifestdownload.py +++ b/testing/web-platform/manifestdownload.py @@ -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: