Actions
action #18402
closedjob dependency highlighting on /admin/workers/[id]
Status:
Rejected
Priority:
Low
Assignee:
Category:
Feature requests
Target version:
Start date:
2016-11-28
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
Same as on tests list the jobs list on the workers jobs table should show job dependencies as described in https://github.com/os-autoinst/openQA/blob/master/docs/UsersGuide.asciidoc#highlighting-job-dependencies-in-all-tests-table
Acceptance criteria¶
- AC1: The job list in the workers job table
Suggestions¶
- Take a look how the job table in templates/admin/workers/show.html.ep is filled and compare to the /tests route
- Apply the same mechanism to display job dependencies
Updated by okurz over 7 years ago
- Copied from action #15088: Build overview should display dependency relations between jobs added
Updated by coolo about 7 years ago
- Priority changed from Normal to Low
- Target version set to future
Updated by okurz about 5 years ago
- Description updated (diff)
- Status changed from New to Rejected
- Assignee set to okurz
I guess it's not that helpful after all. Either one only has a single openQA worker instance and it's obvious that the single worker instance executes jobs one after another or for multiple openQA worker instances it is quite unlikely that dependant jobs are executed on the very same openQA worker instance unless it's a very restrictive worker class applying to a single instance only.
Actions