vitessio / arewefastyet

Automated Benchmarking System for Vitess
https://benchmark.vitess.io
Apache License 2.0
74 stars 58 forks source link

Save disk storage and clean up old execution directories #585

Closed frouioui closed 4 months ago

frouioui commented 4 months ago

This PR adds a new service to the docker compose which will remove all exec directories that are 7 or more days old. For each new execution a directory under "./exec" is created which will be named after the UUID of the execution and that will contain all the logs and artefact of the execution, this can become pretty heavy for the system after a while.