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.Documentation Index
Fetch the complete documentation index at: https://trunk-4cab4936-sam-gutentag-changelog-merge-queue-testing-d.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Outcome filter: Passed, Failed, Interrupted, Cancelled
- Cycle ended in filter: Merged, Failed, Cancelled, In Flight
- Statistical measures: Average, Min, Max, Sum, P50, P95, P99