-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
machines out of disk space #1429
Comments
@mcollina Cleaned up the disk a bit on both of those machines, can you try another citgm job and see if that one will work? |
CITGM (master): https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/1483/ |
@gdams would it make sense to add a disk cleanup job in ansible for these machines as a first example and hopefully useful as we have seen an actual problem |
@maclover7 can you add to this issue what you cleaned up so @gdams could use that as the basis of the cleanp script? Looking at
|
@mhdawson Went to |
@maclover7 sounds good :) I think that would be a great first test for using ansible tower to enable self-server cleanup. |
@maclover7 @mhdawson the problem with cleaning up from Ansible is that there is no way to be sure that a job from Jenkins is not running on the machine. Even if we check for |
I guess since regular users can't disable the machine a ci job might make more sense. Having said that I could see cases were we'd rather the machine be disabled and cleaned as opposed to jobs continuing to fail until the cleanup job gets scheduled. |
Hey, I saw this a lot on a CITGM run: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/1561/#showFailuresLink It would be nice if this could be looked into. |
@BridgeAR looks related to nodejs/node#22754 (comment) , not this issue |
I saw ENOSPC on AIX - https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/1561/nodes=aix61-ppc64/console I added a preemptive rimraf of This should close for AIX, please reopen if this shows up again. |
The machine is aix61-ppc64.
The text was updated successfully, but these errors were encountered: