Feature request: Sharded archive tests artifcats #2344
gen-xu
started this conversation in
Feature requests
Replies: 1 comment
-
|
Related: #2648 |
Beta Was this translation helpful? Give feedback.
0 replies
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.zstfile. This approach can be inefficient—especially when the downstream consumer only runs tests using the--partitionflag. In such cases, many of the archived binaries are unnecessary, yet they still incur time and resource costs during download and decompression.Proposal
Supporting
--partitionoption 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