New issue
Advanced search Search tips

Issue 851267 link

Starred by 2 users

Issue metadata

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



Sign in to add a comment

Swarming: Add list of children task ids as link in the parent's task page

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

Issue description

Right now, if you look at a child task, you'll see the "Parent task" row with a link to it. The reverse is not true, there's no link to the children tasks.

The challenge here is that a build can trigger a lot of tasks, in the low hundred, so the UI needs to have a minimum of reasonable scalability. At worst a scrollbar would do. The aim here is for smaller scale, this is still useful to click around.

Right now only the task ID is presented, not the task name. Maybe the task names would be useful, for the "Parent task" too. But this requires a fair amount of RPCs so these RPCs should be done as a low priority as there's no way to do it efficiently at the moment.

Adding a simple RPC to retrieve task names for a given list of task ids would likely be useful to batch it a bit, e.g. 20 tasks at a time. I'm fine to add this if this is seen as useful (I think).
 
Cc: pprabhu@chromium.org

Sign in to add a comment