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
One of the tests that we'd like to perform, in order to address our build disk usage, is to remove build artifacts and repo storage directly after the build process ends. This will reduce storage, remove the need for wiping environments, and will further allow us to isolate build processes. We do need to test for the performance hit of continually re-fetching repositories and pip/etc fresh each build. The trade off eventually might be more time on the build servers, but with vastly smaller storage disks.
Add a feature flag to remove these files after build for select projects on the feature flag
Add a task chain that calls for build server delete of files after the build process completes and files are synced to webs/blob storage
Ensure we're deleting the project build artifacts, repo checkout, and pip cache
The text was updated successfully, but these errors were encountered:
One of the tests that we'd like to perform, in order to address our build disk usage, is to remove build artifacts and repo storage directly after the build process ends. This will reduce storage, remove the need for wiping environments, and will further allow us to isolate build processes. We do need to test for the performance hit of continually re-fetching repositories and pip/etc fresh each build. The trade off eventually might be more time on the build servers, but with vastly smaller storage disks.
The text was updated successfully, but these errors were encountered: