Skip to content

PoC: Add pipeline summary tab

Frédéric Caplette requested to merge fc-pipeline-summary into master

What does this MR do and why?

This MR does not contain mergeable code. This is a proof of concept for a pipeline summary view, which would address multiple very problematic issues in the pipeline view:

  1. High load time for the pipeline graph which slows down our users experience of CI
  2. Overload of information when user is the developer persona
  3. No quick actionable items for a stuck/failed pipeline

We want to make the page load faster by showing less information by default and instead help user understand the general state of their pipeline. In a following effort, we will need to think about a good way to make downstream pipeline information appears as well.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Frédéric Caplette

Merge request reports