Skip to content

[3.8.0] Address cluster update failure when old capacity reservation has been deleted #6868

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

Merged

Conversation

hanwen-cluster
Copy link
Contributor

Cherry picked from #6867

Please review the guidelines for contributing and Pull Request Instructions.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@hanwen-cluster hanwen-cluster requested review from a team as code owners June 11, 2025 21:57
@hanwen-cluster hanwen-cluster added the skip-changelog-update Disables the check that enforces changelog updates in PRs label Jun 11, 2025
capacity_reservations = AWSApi.instance().ec2.describe_capacity_reservations([capacity_reservation_id])
if capacity_reservations:
instance_type = capacity_reservations[0].instance_type()
except AWSClientError:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See reply in the link below

@hanwen-cluster hanwen-cluster merged commit 895115a into aws:integ-tests-3.8.0 Jun 11, 2025
19 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog-update Disables the check that enforces changelog updates in PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants