We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
By checking this PR by @slide: jenkins-infra/packer-images#1585, I found out that 2 VMs have been removed by the garbage collector while still being used: pkrvmpjlaxxlp3c and pkrvmfxg5ljcler by this run https://infra.ci.jenkins.io/job/infra-tools/job/packer-images-gc/job/main/575/pipeline-console/log?nodeId=39
pkrvmpjlaxxlp3c
pkrvmfxg5ljcler
[2024-12-09T21:29:34.969Z] command executed: [2024-12-09T21:29:34.969Z] az resource delete --ids /subscriptions/****/resourceGroups/dev-packer-builds/providers/Microsoft.Compute/virtualMachines/pkrvmfxg5ljcler --resource-group dev-packer-builds [2024-12-09T21:30:42.621Z] command executed: [2024-12-09T21:30:42.621Z] az resource delete --ids /subscriptions/****/resourceGroups/dev-packer-builds/providers/Microsoft.Compute/virtualMachines/pkrvmpjlaxxlp3c --resource-group dev-packer-builds
we need to provide either more delay or a check on opened pullrequests using those VM before garbaging them
The text was updated successfully, but these errors were encountered:
chore(GC/azure) add debug
b474a6b
ref: jenkins-infra/helpdesk#4445 adding some debug temporarily
Fixed by jenkins-infra/packer-images#1596
Sorry, something went wrong.
smerle33
No branches or pull requests
By checking this PR by @slide: jenkins-infra/packer-images#1585,
I found out that 2 VMs have been removed by the garbage collector while still being used:
pkrvmpjlaxxlp3c
andpkrvmfxg5ljcler
by this run https://infra.ci.jenkins.io/job/infra-tools/job/packer-images-gc/job/main/575/pipeline-console/log?nodeId=39we need to provide either more delay or a check on opened pullrequests using those VM before garbaging them
The text was updated successfully, but these errors were encountered: