Currently, we're still in the habit of keeping the last 5 revisions on disk (https://wikitech.wikimedia.org/wiki/Heterogeneous_deployment/Train_deploys#Remove_clones_of_expired_branches).
This may be unnecessary given that we've moved towards using static.php where the max-age for assets is 24 hours:
(/^ヮ^)/*:・゚✧ curl -sI 'https://en.wikipedia.org/w/extensions/Math/images/button_math.png' | grep -i cache-control cache-control:public, s-maxage=300, must-revalidate, max-age=86400
Would be nice to free up some disk-space/not worry about deleting assets in use.