The droplet servers we have run with fast SSD storage - but unfortunately there isn't a whole lot of it and no easy option to add in old school spinning drive for archival storage
Long term we probably need some old school storage to fit in somewhere, Jenkins is slowly filling up its drive too. But that's down the list a bit, just need some occasional cleanup till then.
I deleted a bunch of old snapshots in Artifactory and capped it at 5 snapshots per unique version. A couple builds failed in Jenkins while Artifactory was full and between all that it is possible to end up with a local workspace trying to fetch a snapshot that doesn't exist. If you get an error like:
Just run "gradlew --refresh-dependencies" once and it should be fixed.
Long term we probably need some old school storage to fit in somewhere, Jenkins is slowly filling up its drive too. But that's down the list a bit, just need some occasional cleanup till then.
I deleted a bunch of old snapshots in Artifactory and capped it at 5 snapshots per unique version. A couple builds failed in Jenkins while Artifactory was full and between all that it is possible to end up with a local workspace trying to fetch a snapshot that doesn't exist. If you get an error like:
Code:
* What went wrong:
A problem occurred evaluating project ':facades:Applet'.
> Could not resolve all dependencies for configuration ':facades:Applet:runtime'.
> Artifact 'org.terasology.engine:engine:0.46.1-SNAPSHOT:engine.jar' not found.