-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
Not defined
As part of infra's best practices, it is recommended that files above 10MB are stashed as part of Jenkins pipelines. Currently in out Jenkinsfile, we create three stashes. The distro is relatively small so does not violate this best practive, but theĀ optimize-stash-backend and the optimize-stash-client stashes are both around 30MB. We should investigate whether or not these can be reduced in terms of which files are stashed, and even revisit our uses of these stashes and whether or not they are still necessary.
ATs:
- Optimize doesn't create stashes larger than ~10MB