-
Notifications
You must be signed in to change notification settings - Fork 438
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
[release-1.17] Update handling Capabilities that have a float value #5492
Conversation
In the case of "Standard_M8-4ms", their memory capability is specified as a float with value 218.75 GiB. Added a fix to handle capabilitites that have a float value instead of erroring from reconcile because of inability to parse float values.
/lgtm |
LGTM label has been added. Git tree hash: 3cce9717b8c5538deffd9b217385bb0caabfb429
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: nawazkh The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-1.17 #5492 +/- ##
=============================================
Coverage 52.39% 52.40%
=============================================
Files 273 273
Lines 29189 29191 +2
=============================================
+ Hits 15295 15297 +2
Misses 13093 13093
Partials 801 801 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
/test pull-cluster-api-provider-azure-test-v1beta1 |
@k8s-infra-cherrypick-robot: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions 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. I understand the commands that are listed here. |
/test pull-cluster-api-provider-azure-e2e-v1beta1 |
This PR is superseded by #5497 |
@nawazkh: Closed this PR. In response to this:
Instructions 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. |
This is an automated cherry-pick of #5481
/assign nawazkh