Remove VPC delete retry loop from e2e tests#115
Conversation
The CLI now pre-cleans orphaned ENIs and security groups before deleting the CloudFormation stack (openshift-online/rosa-regional-platform-cli#TBD), so the first attempt succeeds. The 3-attempt retry with 5-minute backoff is no longer needed and was wasting ~15-20 minutes per CI run. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jmelis The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift-online/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThe VPC Delete Cleanup Simplification
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 10 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (10 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Summary
rosactl cluster-vpc deletecallThe retry loop was needed because CloudFormation delete-stack would fail on the first attempt due to orphaned resources. With the CLI fix, the first attempt succeeds, so the retry is no longer needed. This saves ~15-20 minutes per CI run.
Test plan
go build ./test/e2e-cli/...passes🤖 Generated with Claude Code
Summary by CodeRabbit