Skip to content

docs(merge-queue): fix obsolete skip_intermediate_results parallel-mode note#11971

Merged
mergify[bot] merged 1 commit into
mainfrom
devs/sileht/docs-skip-intermediate-results-parallel/fix-obsolete-skip-intermediate-results-parallel--e80c5095
Jun 30, 2026
Merged

docs(merge-queue): fix obsolete skip_intermediate_results parallel-mode note#11971
mergify[bot] merged 1 commit into
mainfrom
devs/sileht/docs-skip-intermediate-results-parallel/fix-obsolete-skip-intermediate-results-parallel--e80c5095

Conversation

@sileht

@sileht sileht commented Jun 29, 2026

Copy link
Copy Markdown
Member

The note claimed skip_intermediate_results depends on serial mode's strict
cumulative ordering and is not available in parallel mode. That is no longer
true: the engine generalizes the mechanism to the parallel scope dependency
graph, so a passing batch vouches for the earlier changes it was tested on top
of, in serial and parallel modes alike.

The real restriction is isolated mode, where batches are fully independent and
the config is rejected outright. Update the batches anti-flake note and the
queue-modes limitations bullet to scope the restriction to isolated mode, and
fix the section intro that still asserted strict single-queue ordering.

…de note

The note claimed skip_intermediate_results depends on serial mode's strict
cumulative ordering and is not available in parallel mode. That is no longer
true: the engine generalizes the mechanism to the parallel scope dependency
graph, so a passing batch vouches for the earlier changes it was tested on top
of, in serial and parallel modes alike.

The real restriction is isolated mode, where batches are fully independent and
the config is rejected outright. Update the batches anti-flake note and the
queue-modes limitations bullet to scope the restriction to isolated mode, and
fix the section intro that still asserted strict single-queue ordering.

Change-Id: Ie80c5095b016f23b80087d81653758110d6a56ff
@mergify mergify Bot deployed to Mergify Merge Protections June 29, 2026 15:57 Active
@mergify

mergify Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Merge Protections

🟢 All 6 merge protections satisfied — ready to merge.

Show 6 satisfied protections

🟢 🤖 Continuous Integration

  • all of:
    • check-success = build
    • check-success = lint
    • check-success = test
    • any of:
      • check-success = test-broken-links
      • label = ignore-broken-links
    • any of:
      • check-success=Cloudflare Pages
      • -head-repo-full-name~=^Mergifyio/

🟢 👀 Review Requirements

  • any of:
    • #approved-reviews-by >= 2
    • author = dependabot[bot]
    • author = mergify-ci-bot

🟢 Enforce conventional commit

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert|ui)(?:\(.+\))?:

🟢 🔎 Reviews

  • #changes-requested-reviews-by = 0
  • #review-requested = 0
  • #review-threads-unresolved = 0

🟢 📕 PR description

  • body ~= (?ms:.{48,})

🟢 🚦 Auto-queue

When all merge protections are satisfied, this pull request will be queued automatically.

@mergify mergify Bot requested a review from a team June 29, 2026 15:59
@sileht sileht marked this pull request as ready for review June 29, 2026 16:02
@mergify mergify Bot requested a review from a team June 29, 2026 16:09

@kozlek kozlek left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not available yet for orgs other than Mergifyio, testing is still in progress.
Doc PR is already ready here: #11919

@mergify mergify Bot requested a review from a team June 29, 2026 16:15
@mergify

mergify Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Queued — the merge queue status continues in this comment ↓.

@mergify

mergify Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Merge Queue Status

This pull request spent 14 hours 33 minutes 3 seconds in the queue, including 1 minute 58 seconds running CI.

Required conditions to merge

@mergify mergify Bot added the queued label Jun 29, 2026
@mergify mergify Bot merged commit 2a8a342 into main Jun 30, 2026
8 checks passed
@mergify mergify Bot deleted the devs/sileht/docs-skip-intermediate-results-parallel/fix-obsolete-skip-intermediate-results-parallel--e80c5095 branch June 30, 2026 07:00
@mergify mergify Bot removed the queued label Jun 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants