-
Notifications
You must be signed in to change notification settings - Fork 26
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
Provision failures does not clean up deployments #74
Comments
Thanks for reporting this issue. It is similar as |
It appears this issue is back on ci.jenkins.io, for some reason, deployments are not cleaned up 2019-10-21 10:50:55.713+0000 [id=55] WARNING hudson.slaves.NodeProvisioner#lambda$update$6: Unexpected exception encountered while provisioning agent aci-maven |
I was trying to fix this at #42 . The fix has been released in 1.1.0. If it does not work, is there any log for why the cleanup action fails? by jieshe |
We're seeing a number of failures on ci.jenkins.io which stem from Azure Container Agents failing to provision. It looks like failed ACI deployments don't get cleaned up automatically by the plugin.
ACI is returning the following failure:
Which is annoying, but whatever. The bug here is that the plugin does not clean up this failed deployment, so we have exceeded our quota of Deployments of 800, all failures like this one!
I recall this exact same issue in the Azure VM Agents plugin at one point as well.
[JENKINS-57204] created by rtylerThe text was updated successfully, but these errors were encountered: