Documentation Index
Fetch the complete documentation index at: https://trunk-4cab4936-sam-gutentag-flaky-tests-new-monitors.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
OK
The list of status check names that must all pass for the test run to succeed and its PRs to merge.
The name of the temporary branch the merge queue created to run tests against (e.g. trunk-merge/pr-1815/5df78918-...).
The commit SHA at the tip of the test branch that the test run was started on.
GitHub check suites reported against the test branch.
GitHub commit status checks reported against the test branch SHA.
The pull requests that this test run is testing. Contains multiple entries when batching is enabled.
Where the merge queue sourced the list of required statuses from. trunk_config — from the repository's .trunk/trunk.yaml. repo_provider_branch_protection — from the Git provider's branch protection settings (e.g. GitHub branch protection rules). merge_instance — from the merge queue's own configuration (e.g. set via the API).
trunk_config, repo_provider_branch_protection, merge_instance ISO 8601 timestamp of when the test run was created.
The status of a merge queue test run. in_progress — tests are currently running. succeeded — all required statuses passed. failed — at least one required status failed. cancelled — the test run was cancelled before completion.
in_progress, failed, cancelled, succeeded The union of impacted build/test targets across all PRs involved in the test run, including any dependent PRs previously merged into the test branch. Only present when impacted targets are being uploaded for the repository.
The impacted build/test targets for only the PRs being tested in this run (i.e. testedPullRequests), excluding any dependent PRs. Only present when impacted targets are being uploaded for the repository.
PR numbers of other PRs this test run depends on but is not itself testing. Populated in parallel-mode queues when previously-passed PRs ahead of the tested PR are merged into the test branch to form the predicted base.