You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: migrate remainder of User Story from Robot to pytest (and DocArtifact) (kubeflow#1331)
* feat: migrate remainder of User Story from Robot to pytest (and DocArtifact)
- Migrate Robot Framework user stories to pytest with comprehensive test coverage:
- Model name storage and validation
- Model description storage and updates
- Longer documentation storage via DocArtifact
- Enhance ModelVersion with registered_model_id field and improved documentation
- Add DocArtifact create() and update() methods with proper artifact type mapping
- Improve Makefile deployment with conditional image building (helpful locally)
- Add migration comments to existing Robot Framework tests per convention
This change completes the DocArtifact implementation and modernizes the test suite
by migrating user stories from Robot Framework to pytest for better maintainability
and as previously agreed and enacted.
With this PR, all Robot UserStor-ies are migrated to pytest
Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
* linting
Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
* implement code review feedback
Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
---------
Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
"""As a MLOps engineer I would like to store a description of the model
1125
+
Note: on Creation, the Description belongs to the Model Version; we could improve the logic to maintain it for the Registered Model if it's not already existing
0 commit comments