-
Notifications
You must be signed in to change notification settings - Fork 430
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
Arm64 should be upper cased and a const #4018
Arm64 should be upper cased and a const #4018
Conversation
/cherry-pick release-1.11 |
@CecileRobertMichon: once the present PR merges, I will cherry-pick it on top of release-1.11 in a new PR and assign it to you. 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/test-infra repository. |
/assign @mboersma |
There is |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #4018 +/- ##
=======================================
Coverage 56.58% 56.58%
=======================================
Files 187 187
Lines 19126 19126
=======================================
Hits 10823 10823
Misses 7672 7672
Partials 631 631
☔ View full report in Codecov by Sentry. |
ac7404e
to
b653f89
Compare
Thank you @mboersma that's much better |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
LGTM label has been added. Git tree hash: bd669ffb87c89eec1b1e9b047d42989b989811d7
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mboersma The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@CecileRobertMichon: #4018 failed to apply on top of branch "release-1.10":
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/test-infra repository. |
@CecileRobertMichon: new pull request created: #4020 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/test-infra repository. |
There is a |
@CecileRobertMichon Are we still looking to backport this to release-1.10? |
What type of PR is this?
/kind bug
What this PR does / why we need it: Azure VM SKU cpuArchitectureType property is
Arm64
, notarm64
.Note: I tried to find a const in the Azure SDK to use directly but couldn't find one.@mboersma to the rescue!Special thanks to @arsiesys for finding the issue
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #4016
Special notes for your reviewer:
TODOs:
Release note: