You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(build_docs): improve build_docs build time (#14912)
## Description
Improve build_docs runtime by enabling `DD_FAST_BUILD=1` and rotating
the cache.
The cache restore/saving time was taking about 8+ minutes.
I updated the cache to be time bound, so it'll rotate once per-month.
After clearing the cache, the build took 10 minutes.
## Testing
<!-- Describe your testing strategy or note what tests are included -->
## Risks
<!-- Note any risks associated with this change, or "None" if no risks
-->
## Additional Notes
<!-- Any other information that would be helpful for reviewers -->
0 commit comments