feat: add multi-platform sync testing (amd64-windows/linux + arm64-linux)#2927
Closed
bruno-dasilva wants to merge 1 commit into
Closed
feat: add multi-platform sync testing (amd64-windows/linux + arm64-linux)#2927bruno-dasilva wants to merge 1 commit into
bruno-dasilva wants to merge 1 commit into
Conversation
This was referenced Apr 12, 2026
Collaborator
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
68571f3 to
f6a21e0
Compare
a8a8f76 to
56773a2
Compare
f6a21e0 to
82d3b37
Compare
…nux) Expand the fightertest workflow to run on both amd64-windows, amd64-linux, and arm64-linux, producing 12 parallel jobs (4 tests x 3 platforms). Split collect-hashes into two jobs: cross-platform-check (merge-blocking, asserts all platforms produce identical hashes) and hash-history (informational, compares against prior commits with warnings only). Closes #2906. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
82d3b37 to
c271114
Compare
02ae7d8 to
19a976b
Compare
Collaborator
Author
|
closed to squash into one PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Expand the fightertest workflow to run on both amd64-windows, amd64-linux, and arm64-linux, producing 12 parallel jobs (4 tests x 3 platforms).
Split collect-hashes into two jobs: cross-platform-check (merge-blocking, asserts all platforms produce identical hashes) and hash-history (informational, compares against prior commits with warnings only). Closes #2906.
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
Closes #2906