Use sparse checkout for CI/live tests and release pipelines #24146
Labels
Central-EngSys
This issue is owned by the Engineering System team.
EngSys
This issue is impacting the engineering system.
We have sparse checkout templates that are used in various places to speed up pipeline job runtime, especially in repos like java and net where test recordings are substantial and make the full repo clone very large.
In java, we use sparse checkout across CI, live tests and release. Generally this results in about a 3-4 minute improvement per job and should be similar for net.
There are a few considerations with sparse checkout that need to be handled when adding support:
Related: #21789
@weshaggard @pakrym
The text was updated successfully, but these errors were encountered: