- Outcome filter: Passed, Failed, Interrupted, Cancelled
- Cycle ended in filter: Merged, Failed, Cancelled, In Flight
- Statistical measures: Average, Min, Max, Sum, p50, p95, p99
May
Merge Queue: Testing Duration Chart
Track how long PRs spend in the testing phase of the merge queue, then drill into individual test runs.
The Merge Queue Health tab now has a Testing Duration chart that shows how long PRs spend in the testing phase, separate from Time in Queue, which measures total entry-to-exit time. This isolates CI execution time from queue wait time, so you can tell whether a slow queue is a testing problem or a scheduling one.
Each data point is one testing-to-final-state transition, so a PR appears more than once if its cycle restarted. The chart buckets and filters its data independently from the Conclusion count and Time in queue charts, so it does not share their hover sync.
Flaky Tests: Switch a Monitor's Action Type After Creation
Previous
Flaky Tests: Independent Result and Quarantined filters on run history
Next