-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Replacing hcsshim library with new hnslib library. #128045
Replacing hcsshim library with new hnslib library. #128045
Conversation
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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. |
Hi @princepereira. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
New PR raised as the existing pr (#127713) has some merge conflicts |
/cc @dims , @kiashok , @sbangari , @jsturtevant , @marosset Please review the new PR. |
You may just force push this branch to hnslib-import.
Notice: if you close the PR and force-pushed to the branch, github will not allow you to reopen it. You can forch push to the opened PR related branch directly. |
/ok-to-test |
@pacoxu the other PR was from @kiashok so @princepereira may not have enough rights to push to that repo/branch. So this is ok. @kiashok indicated earlier that they will be on vacation. |
wowza! still good
|
/approve |
LGTM label has been added. Git tree hash: d0355e119d79e67f9331fce09f655f80d2c39b71
|
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
@princepereira please update |
73d5e38
to
3448455
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, princepereira 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 |
Thanks @dims . Addressed. |
/retest |
/lgtm |
LGTM label has been added. Git tree hash: b8b456008e371cf1f258096444371dca487d605f
|
/retest |
/skip |
This commit imports new hnslib library for all hns references in k/k instead of having to import whole of hcsshim which brings in unwanted dependencies. hnslib holds all the hns related code with much less dependencies.
#127713
What type of PR is this?
/kind feature
What this PR does / why we need it:
This commit aims at removing import of whole of hcsshim .
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
-->