Skip to content

Only track pending coordinate pipeline since the last successful run

Alessio Caiazza requested to merge pending-since-last-completed into master

What does this MR do and why?

This is an improvement over !1859 (merged)

As we can see from the graph the values we are tracking tends to grow with no real meaning to the release managers.

This merge request changes the way we track pending coordinated pipelines.

This is now tracking the status of every pipeline after the last successful deployment pipeline. This value is now a real representation of pending packages as it only track things that are still deployable.

Because of this, we no longer need the caching mechanism that we initially introduced.

Author Check-list

  • Has documentation been updated?
Edited by Alessio Caiazza

Merge request reports