docs(merge-queue): disambiguate parallel checks from parallel mode#11694
Conversation
|
This pull request is part of a Mergify stack:
|
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 🤖 Continuous IntegrationWonderful, this rule succeeded.
🟢 👀 Review RequirementsWonderful, this rule succeeded.
🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 ReviewsWonderful, this rule succeeded.
🟢 📕 PR descriptionWonderful, this rule succeeded.
|
|
@sileht this pull request is now in conflict 😩 |
Both features carry the word "parallel" but are orthogonal, which reads as a conflict. Lead the Parallel Checks page with "speculative" (the term the API and activity log already use) and add mirror disambiguation notes on Parallel Checks and Queue Modes: parallel checks are speculative CI within a single ordered queue, parallel mode is scope-based independent queues, and the two compose. Also repoint two stale /merge-queue/parallel-scopes links to the renamed queue-modes page. Change-Id: Id0ac2739191e4984293c3d970ebdbad5d5b3ba92
4d9bbfd to
f8fbef7
Compare
Revision history
|
There was a problem hiding this comment.
Pull request overview
This PR updates the Merge Queue documentation to clearly disambiguate parallel checks (speculative CI within an ordered queue) from parallel mode (scope-based independent queues), and fixes outdated internal links to the old /merge-queue/parallel-scopes path.
Changes:
- Reframe the Parallel Checks page around “speculative” queue testing and add a note clarifying how it differs from parallel mode.
- Add a reciprocal disambiguation note to the Queue Modes page under Parallel Mode.
- Update two internal links from
/merge-queue/parallel-scopesto the renamed Queue Modes page anchors.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
src/content/docs/merge-queue/queue-modes.mdx |
Adds a note clarifying parallel mode vs. parallel checks and how they compose. |
src/content/docs/merge-queue/parallel-checks.mdx |
Updates framing/terminology for parallel checks, adds a disambiguation note, and repoints stale links to queue-modes anchors. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Merge Queue Status
This pull request spent 2 minutes 23 seconds in the queue, including 1 minute 57 seconds running CI. Required conditions to merge
|
Both features carry the word "parallel" but are orthogonal, which reads
as a conflict. Lead the Parallel Checks page with "speculative" (the term
the API and activity log already use) and add mirror disambiguation notes
on Parallel Checks and Queue Modes: parallel checks are speculative CI
within a single ordered queue, parallel mode is scope-based independent
queues, and the two compose.
Also repoint two stale /merge-queue/parallel-scopes links to the renamed
queue-modes page.