-
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
CI instability - Windows issues #1495
Comments
Side note: I used the time the job was down to add a "Flexible publish" step, that should run even if the job is aborted or failed, to delete |
FWIW, I changed the |
Today I've seen the jobs left behind issue with I believe Jenkins wasn't updated since the last security release. Do we have a log of updated plugins? @nodejs/jenkins-admins did anyone update any plugin that could be causing this? |
I stopped Jenkins for a while and removed the git build data (#729) from all the runs of a few jobs, including the ones I changed above to no longer produce it. This seems to have improved the situation considerably. Added |
Removing the git build data seems to have fixed Jenkins for now. |
Jenkins has been running slowly in the last few days, frequently resulting in 504 errors.
@refack found this is related to
node-test-binary-windows
CPU usage (#1493).Yesterday, all
node-compile-windows
jobs were failing because the job parameters were not being set as environment variables, so @refack disabled thenode-test-commit-windows-fanned
job. This issue of not expanding environment variables has happened before in Jenkins, but we were never able to find out why. It usually just stops happening after a while, just like it did this time.Today I noticed the Jenkins slowness issue seems to be related to Windows 2016 test jobs being left behind: the test job looks complete,
node-test-binary-windows
finishes, but the tests forwin2016
are left as running in the workers and blocking the queue (for about 1 hour). During this time, Jenkins appears extremely slow to me.I re-enabled the
node-test-commit-windows-fanned
job, but removed Windows 2016 fromnode-test-binary-windows
. I will keep investigating this.@nodejs/build FYI
The text was updated successfully, but these errors were encountered: