kernelci / kernelci-pipeline

Modular pipeline based on the KernelCI API
GNU Lesser General Public License v2.1
6 stars 19 forks source link

Implement purge mechanism #682

Closed JenySadadia closed 1 month ago

JenySadadia commented 3 months ago

As we have enabled log dumping to files for pipeline services, we need a purge mechanism to delete log files at a specific interval. Otherwise, the machine running maestro will complain about storage after a while.

Related to https://github.com/kernelci/kernelci-project/issues/334