-
Notifications
You must be signed in to change notification settings - Fork 431
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
Convert /test references to SDKv2 #3991
Conversation
/retitle [WIP] Convert /test references to SDKv2 There's more to change here, but I'm taking baby steps. |
Expect(err).NotTo(HaveOccurred()) | ||
|
||
By("creating a subnets client") | ||
subnetsClient := network.NewSubnetsClient(subscriptionID) |
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.
This subnetsClient
wasn't actually being used.
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3991 +/- ##
==========================================
- Coverage 56.66% 56.65% -0.02%
==========================================
Files 187 187
Lines 19143 19143
==========================================
- Hits 10848 10846 -2
- Misses 7666 7668 +2
Partials 629 629 ☔ View full report in Codecov by Sentry. |
832f947
to
5e38839
Compare
/test pull-cluster-api-provider-azure-e2e-optional There is still |
Must have broken something in |
5e38839
to
099650c
Compare
/test pull-cluster-api-provider-azure-e2e-optional For the private cluster test spec. |
099650c
to
a3dc2d2
Compare
/test pull-cluster-api-provider-azure-e2e-optional |
1 similar comment
/test pull-cluster-api-provider-azure-e2e-optional |
5023f3a
to
c1eb0ae
Compare
/test pull-cluster-api-provider-azure-e2e-optional |
Yay, AKS is passing now. I'm looking into the VMSS flex failure, then the private cluster spec. |
be0a63a
to
dd82824
Compare
/test pull-cluster-api-provider-azure-e2e-optional |
4511375
to
5b1727f
Compare
/test pull-cluster-api-provider-azure-e2e-optional |
5b1727f
to
30031e6
Compare
30031e6
to
69a8f71
Compare
/test pull-cluster-api-provider-azure-e2e-optional |
/retest |
1 similar comment
/retest |
/retitle Convert /test references to SDKv2 I've removed the private cluster-specific changes from this PR so I can troubleshoot that separately (see #4056). These changes appear to work (on the private cluster test as well). |
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
LGTM label has been added. Git tree hash: c4f7c1a3d0d9a2cfa1b847c79d600cd5c99ac23c
|
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon 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 |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Converts references in the
/test
directory to azure-sdk-for-go version 2.Which issue(s) this PR fixes:
Fixes #3985
Special notes for your reviewer:
TODOs:
Release note: