scala / scala-jenkins-infra

A Chef cookbook that manages Scala's CI infrastructure.
https://scala-ci.typesafe.com
Apache License 2.0
14 stars 17 forks source link

jenkins-master is very low on disk space currently #241

Closed SethTisue closed 6 years ago

SethTisue commented 6 years ago

attn @adriaanm https://scala-ci.typesafe.com/computer/ shows only 3.47 GB free

(normally I'd of course deal with this myself, but I haven't studied the new setup yet)

SethTisue commented 6 years ago

2.72 GB free

adriaanm commented 6 years ago

I deleted jobs that hadn't been accessed since over 6 months: find -type d -atime +180 -maxdepth 3 | grep -P "builds/\d+$" | xargs rm -rf. Now we have 50G available again. I'll also configure CI jobs to only retain up to 6 months from now on.

SethTisue commented 6 years ago

take that, archaeologists!