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

Give people a way to fetch an index of all TestRuns #30

Closed
lukebjerring opened this issue Apr 10, 2018 · 4 comments
Closed

Give people a way to fetch an index of all TestRuns #30

lukebjerring opened this issue Apr 10, 2018 · 4 comments
Labels

Comments

@lukebjerring
Copy link
Contributor

From @jeffcarp on August 4, 2017 21:53

I'm about to land #70 describing how to access public data if you know the parameters beforehand, but there's no way to retrieve historical data without doing an exhaustive search of all possible SHAs and platform IDs.

This could take the form of a scheduled job that enumerates all uploaded data and uploads a file testruns.json to the root of the bucket.

Copied from original issue: web-platform-tests/results-collection#73

@lukebjerring
Copy link
Contributor Author

From @jeffcarp on August 7, 2017 18:17

An index is now available at https://storage.googleapis.com/wptd/testruns-index.json but that file is not regularly updated.

@lukebjerring
Copy link
Contributor Author

From @kereliuk on October 23, 2017 20:9

How often are the tests run? Is there any way to currently access what SHA/platforms are available with date information (other than looking up the date from the first 10 characters of the SHA).

@lukebjerring
Copy link
Contributor Author

If I understand correctly, this is partially achieved via the /api/runs endpoint, but the issue is for an exhaustive history?

@lukebjerring
Copy link
Contributor Author

Given the combination of to param and max-count, it's now possible to paginate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants