-
Notifications
You must be signed in to change notification settings - Fork 61
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
Update CSI #154
Update CSI #154
Conversation
656afe4
to
0fb202b
Compare
* Manage *ByParams errors * Fix runtime movement to inference service * Add mapper test
7ad6312
to
ffe1e3f
Compare
Signed-off-by: Andrea Lamparelli <[email protected]>
With the latest changes I was able to fix the e2e test in the CI, right now the e2e CI checks the custom storage initializer properly works with:
This is the only missing piece, as there are a couple of things to clarify: Continuous build&push
Model registry release
IMHO using the local model-registry module is much easier and it guarantees that model-registry and CSI are built and release from the same commit, but I'm happy to hear other feedbacks here |
Another question, do we want to move the |
|
As discussed and agreed during the last community mtg, I've added a new workflow to build, tag and push the CSI image using the local model-registry library. See commit a384507.
@tarilabs sorry, I missed this comment yesterday, but I am not sure what you mean by that 🤔 could you please elaborate more?
I think we could move this discussion in a separate thread/issue to avoid blocking this PR, wdyt? |
Signed-off-by: Andrea Lamparelli <[email protected]>
awesome, thank you.
I was wrong, I confused with another capability; sorry.
Agree! |
thank you so much for your outstanding continued efforts @lampajr on this topic, the Model Registry WG appreciates this as also mentioned in the biweekly meeting last 2024-07-22. /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tarilabs 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 |
Yeah, sure!
Awesome, thanks a lot @tarilabs !! I see the For the records I tested the pushed image locally with: docker pull kubeflow/model-registry-storage-initializer:main-d1aae5b
MR_CSI_IMG=kubeflow/model-registry-storage-initializer:main-d1aae5b ./test/e2e_test.sh And it worked ✔️ |
Description
Proposed changes:
How Has This Been Tested?
Added additional workflow that tests the CSI against the local model-registry codebase
Merge criteria: