Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Model Version Revision Improvement (#479)
<!-- Thanks for sending a pull request! Here are some tips for you: 1. Run unit tests and ensure that they are passing 2. If your change introduces any API changes, make sure to update the e2e tests 3. Make sure documentation is updated for your PR! --> **What this PR does / why we need it**: <!-- Explain here the context and why you're making the change. What is the problem you're trying to solve. ---> This PR is for fixing and improving model version revision: 1. For the redeployment, we are no longer update the current endpoint with new endpoint data to make sure the UI still showing the current endpoint deployed which is consistent with the actual endpoint deployed in the cluster. Instead, once the deployment is successful, we will then update the endpoint. 2. Fix Deployment History UI when deployment status is running but with error message displayed as Failed. **Which issue(s) this PR fixes**: <!-- *Automatically closes linked issue when PR is merged. Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> * Fixes deployment status UI is failed even though status is running or serving. **Does this PR introduce a user-facing change?**: <!-- If no, just write "NONE" in the release-note block below. If yes, a release note is required. Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required". For more information about release notes, see kubernetes' guide here: http://git.k8s.io/community/contributors/guide/release-notes.md --> ```release-note NONE ``` **Checklist** - [ ] Added unit test, integration, and/or e2e tests - [x] Tested locally - [ ] Updated documentation - [ ] Update Swagger spec if the PR introduce API changes - [ ] Regenerated Golang and Python client if the PR introduce API changes
- Loading branch information