Shard smoketests using nextest - #5705
Merged
Merged
Conversation
joshua-spacetime
requested review from
bfops,
cloutiertyler and
jdetter
as code owners
August 9, 2026 21:03
bfops
reviewed
Aug 10, 2026
bfops
reviewed
Aug 10, 2026
joshua-spacetime
force-pushed
the
joshua/ci/shard-smoketests
branch
from
August 10, 2026 23:38
d362d99 to
adaad6d
Compare
bfops
reviewed
Aug 11, 2026
bfops
reviewed
Aug 11, 2026
bfops
reviewed
Aug 11, 2026
bfops
left a comment
Collaborator
There was a problem hiding this comment.
this looks basically excellent. One preference for a refactor in the yaml and a couple of nits.
Collaborator
|
merging in master so that if more changes are pushed they won't hit the API rate limit issues we've been having |
joshua-spacetime
enabled auto-merge
August 12, 2026 19:58
joshua-spacetime
removed this pull request from the merge queue due to a manual request
Aug 12, 2026
joshua-spacetime
removed this pull request from the merge queue due to the queue being cleared
Aug 12, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to no response for status checks
Aug 12, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to no response for status checks
Aug 13, 2026
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.
Description of Changes
Shards both the linux and windows smoketests using nextest. Each shard is executed independently from the others in its own job on its own runner. Shards can be re-run independently as well, and they don't have to rebuild anything. Not
spacetimedb-standalone, not the smoketest modules, not even the tests themselves.Also removes
Swatinem/rust-cachefrom the smoketest build path and instead caches the v8 and openssl native libs directly which are the most expensive build outputs especially for windows. Note,Swatinem/rust-cacheartifacts are >5GB under the current configuration. The actions cache itself is 10GB. This should reduce cache thrashing to some extent, although notablySwatinem/rust-cacheis still used in other jobs.API and ABI breaking changes
N/A
Expected complexity level and risk
3
Testing
N/A