|
Looks like the insufficient disk capacity problems is on the main Jenkins server. /home is 100% full. This is where the Jenkins home/data directory is located. Increased disk capacity from 1.5TB to 2.0TB so that folks can continue to work.
From what I can tell so far there is a lot of disk capacity used on cached Github info about old branches and PRs for folio-org repos. I've initiated a scan (via script) of all repositories. The scan will refresh all Github caches and remove obsolete data. Jenkins is supposed to do this automatically, but I've found I've had to do it manually periodically. When this process is finished, approximately 250GB of disk capacity will be freed.
I've also reported to Oleksandr on Slack that Testing/* Jenkins jobs account from almost 200GB of disk usage. I'm hoping something can be done there to either reduce the artifacts that are kept from these jobs and/or adjust the rotation the jobs so that only data from the last X number of jobs is retained.
|