-
Notifications
You must be signed in to change notification settings - Fork 296
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
✨ Remove previously deprecated code #2451
✨ Remove previously deprecated code #2451
Conversation
c1b6d03
to
3b3e99f
Compare
/test ? |
@Ankitasw: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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. |
/test pull-cluster-api-provider-vsphere-e2e-full-main |
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.
Could we split this up into two PRs? One for the housekeeping and another for removing deprecated code?
3b3e99f
to
047afcc
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2451 +/- ##
==========================================
+ Coverage 62.83% 62.85% +0.02%
==========================================
Files 122 122
Lines 8763 8753 -10
==========================================
- Hits 5506 5502 -4
+ Misses 2863 2858 -5
+ Partials 394 393 -1
☔ View full report in Codecov by Sentry. |
e3df956
to
961b7f0
Compare
384f1c5
to
b40146a
Compare
b40146a
to
99799d7
Compare
99799d7
to
f62d591
Compare
f62d591
to
e50316a
Compare
Thx! /lgtm /assign @killianmuldoon @chrischdi |
LGTM label has been added. Git tree hash: 23bf3b14b0cd30f8979462ebbcaf1b961b58d53b
|
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.
Thanks!
/lgtm
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: killianmuldoon 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 this PR does / why we need it:
This PR addresses following to prepare main branch for release-1.9:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Part of #2394
Part of #2207