Frontend: Mini pipeline graph missing information about downstream jobs

Background

The pipeline mini graph allows users to view the status of your pipeline and each jobs, from it users can also retry or cancel jobs in your pipeline.

When hovering over the pipeline mini graph in a typical pipeline users can see the following information

image

However in a downstream pipeline this information is not available

image

we are only showing the status of the downstream pipeline, and each circle represent a full downstream pipeline.

Proposal

Show the status of the jobs and stages in the downstream pipeline in the same manner, while taking into consideration multiple downstream pipelines:

  • Showing the list of the jobs without grouping by stage.
  • Providing the failing jobs - that need attention is sorted to be on the top of the list.
  • On hover, we show the tooltip #393672 (closed)Option_1_-Show_everything-_toopltip.png
Edited by Sunjung Park