New issue
Advanced search Search tips

Issue 849357 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Feature

Blocking:
issue 849360



Sign in to add a comment

Swarming: Filter on tasks that ran on a bot

Project Member Reported by mar...@chromium.org, Jun 4 2018

Issue description

There's currently an API to list all tasks that ran on a bot, and another API to query all tasks filtered by state/tags.

There is no API to filter tasks that ran on a bot per state/tags. That would be useful.

Either update bots.tasks or tasks.list to either allow filtering by bot or filtering by state/tags, as relevant. I don't have a strong opinion either way.

The challenge is that one is filtering for TaskResultSummary, while the other is filtering for TaskRunResult. The difference is subtle but important. In practice this is transparent for the users.
 
Blocking: 849360

Sign in to add a comment