StackStorm / st2ci

New and improved continuous integration actions and workflows
Apache License 2.0
3 stars 9 forks source link

Add a cleanup step to free disk space for el6 #150

Closed m4dcoder closed 5 years ago

m4dcoder commented 5 years ago

CI for RHEL6 enterprise upgrade is failing due to insufficient disk space reported by RabbitMQ. Add a temporary fix to clear some disk space for the CI to succeed.

Kami commented 5 years ago

Let's also add a comment / NOTE to the workflow definition which describes the issue (aka why we need to do it) and links to this PR.

On a related note, we should look if we can free move space by removing stuff from /var/cache, /tmp and /var/log.