Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Taskcluster URLs to new Firefox CI Taskcluster deployment #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reachable/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ def update_progress(msg):
def fetch_and_unpack_latest_data():
from reachable.models import MozsearchIndexFile # noqa

baseUrl = "https://index.taskcluster.net/v1/task/gecko.v2.mozilla-central.latest.firefox.%s64-searchfox-debug"
artifactBaseUrl = "https://taskcluster-artifacts.net/%s/0/%s"
baseUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/gecko.v2.mozilla-central.latest.firefox.%s64-searchfox-debug"
artifactBaseUrl = "https://firefoxci.taskcluster-artifacts.net/%s/0/%s"

for index_os in ['linux', 'win', 'macosx']:
indexUrl = baseUrl % index_os
Expand Down