-
Notifications
You must be signed in to change notification settings - Fork 29
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
Code sync up to upstream commit for v0.11.1 #108
Code sync up to upstream commit for v0.11.1 #108
Conversation
Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
* Fixed torchserve e2e test. Signed-off-by: Andrews Arokiam <[email protected]> * Upgraded torchserve-kfs image to 0.8.2 Signed-off-by: Andrews Arokiam <[email protected]> * Fixed torchserve transformer e2e. Signed-off-by: Andrews Arokiam <[email protected]> * Set PROTOCOL_VERSION env based on protocol version spec. Signed-off-by: Andrews Arokiam <[email protected]> --------- Signed-off-by: Andrews Arokiam <[email protected]>
* Refactoring common code to a function Signed-off-by: Rachit Chauhan <[email protected]> * Added e2e test cases for splitter nodes Signed-off-by: Rachit Chauhan <[email protected]> * Fixed linting errors Signed-off-by: Rachit Chauhan <[email protected]> * Minor refactoring for error message Signed-off-by: Rachit Chauhan <[email protected]> --------- Signed-off-by: Rachit Chauhan <[email protected]>
* Move storage uri check from validator to pod mutator Signed-off-by: Jin Dong <[email protected]> * Move storage uri validation to controller Signed-off-by: Jin Dong <[email protected]> * Fix test Signed-off-by: Jin Dong <[email protected]> * Fix tests, add comments, and remove model transition status Signed-off-by: Jin Dong <[email protected]> --------- Signed-off-by: Jin Dong <[email protected]>
* Bumping version for 0.11.1 Signed-off-by: Rachit Chauhan <[email protected]> * add back kustomize * Update VERSION --------- Signed-off-by: Rachit Chauhan <[email protected]> Co-authored-by: Dan Sun <[email protected]>
/retest |
1 similar comment
/retest |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: israel-hdez, Jooho 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 |
…-script utils: prevent convert.py from erroring out
Testing
Based on instructions of the following PR: #93:
A simple sanity check should be OK.
Checkout this PR:
git clone https://github.com/opendatahub-io/kserve.git && cd kserve
git fetch origin pull/108/merge:pr-108
git checkout pr-108
On a clean OpenShift cluster, and given you have the code of this PR checked out:
test/scripts/openshift-ci/deploy.ossm.sh
test/scripts/openshift-ci/deploy.serverless.sh
If you get a reply, it should all be running OK.