Skip to content

Instantly share code, notes, and snippets.

@bgrins
Last active August 30, 2019 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bgrins/610ad227b76b2c6df5ae021d90074e50 to your computer and use it in GitHub Desktop.
Save bgrins/610ad227b76b2c6df5ae021d90074e50 to your computer and use it in GitHub Desktop.
ActiveData queries
{
"sort": {
"repo.push.date": "desc"
},
"limit": 1000,
"from": "task.task.artifacts",
"where": {
"and": [
{
"eq": {
"name": "public/test_info/xulsummary.txt"
}
}
]
},
"select": [
"task.artifacts.url",
"repo"
],
"format": "list"
}
# https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&revision=cae93ef1993e02a136ef64d974856071b905997f&selectedJob=264337756
# doesn't work yet
{
"sort":{"repo.push.date":"desc"},
"limit":10,
"from":"task.task.artifacts",
"where":{"eq":{"name":"public/test-info-fission.json"}},
"select":["task.artifacts.url","repo"],
"format":"list"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment