-
Notifications
You must be signed in to change notification settings - Fork 398
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
eks_nodegroup - wait for deletion of both node groups #1994
eks_nodegroup - wait for deletion of both node groups #1994
Conversation
Build succeeded. ❌ ansible-galaxy-importer FAILURE in 5m 03s (non-voting) |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 43s (non-voting) |
5248e3f
into
ansible-collections:main
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #1995 🤖 @patchback |
eks_nodegroup - wait for deletion of both node groups SUMMARY Fixes eks_nodegroup integration test. Ensure eks_nodegroup waits for deletion when wait=True including when the node group was already in deletING state. ISSUE TYPE Feature Pull Request COMPONENT NAME eks_nodegroup ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis (cherry picked from commit 5248e3f)
[PR #1994/5248e3ff backport][stable-7] eks_nodegroup - wait for deletion of both node groups This is a backport of PR #1994 as merged into main (5248e3f). SUMMARY Fixes eks_nodegroup integration test. Ensure eks_nodegroup waits for deletion when wait=True including when the node group was already in deletING state. ISSUE TYPE Feature Pull Request COMPONENT NAME eks_nodegroup ADDITIONAL INFORMATION Reviewed-by: Mark Chappell
SUMMARY
Fixes eks_nodegroup integration test.
Ensure eks_nodegroup waits for deletion when
wait=True
including when the node group was already in deletING state.ISSUE TYPE
COMPONENT NAME
eks_nodegroup
ADDITIONAL INFORMATION