Feature request: Sharded archive tests artifcats #2344
gen-xu
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Motivation
Currently, the nextest archive feature stores all test binaries in a single
.tar.zst
file. This approach can be inefficient—especially when the downstream consumer only runs tests using the--partition
flag. In such cases, many of the archived binaries are unnecessary, yet they still incur time and resource costs during download and decompression.Proposal
Supporting
--partition
option with the archive command, allowing the archive to include only the relevant subset of test binaries.Alternatives
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions