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

Don't store generated artifacts #173

Closed adriaanm closed 8 years ago

adriaanm commented 8 years ago

Jenkins master keeps running out of inodes. I investigated plugins to compress archives, but couldn't find one that can be enabled selectively (don't want to risk regressions where compression is not needed).

adriaanm commented 8 years ago

@DarkDimius, I've had to disable archiving these generated artifacts because it keeps killing our jenkins master (when it runs out of inodes). I wish I had time to come up with a better solution, but I won't have time for the next couple of months. Maybe you can add a step to tar.gz the artifacts and archive that instead?

adriaanm commented 8 years ago

I've archived the partest-generated directories. Let me know if you need them. These generated files were taking up close to 50G of space. Compressed, it's like 5G.