Skip to main content

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.

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.
  • Outcome filter: Passed, Failed, Interrupted, Cancelled
  • Cycle ended in filter: Merged, Failed, Cancelled, In Flight
  • Statistical measures: Average, Min, Max, Sum, P50, P95, P99
Click a data point on the chart and an inline table appears below it, breaking out the individual test runs behind that period so you can spot slow or outlier runs without leaving the page. Read the docs to learn more.