-
Notifications
You must be signed in to change notification settings - Fork 151
Test Python client against latest MR #326
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
Conversation
Signed-off-by: Isabella do Amaral <[email protected]>
Signed-off-by: Isabella do Amaral <[email protected]>
|
cc: @tarilabs |
tarilabs
left a comment
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.
Thank you @isinyaaa , this is awesome so now we have actually an even simpler way to make sure the real rest server is in-place when making e2e tests
/lgtm
/approve
|
[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 DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* py: tests: rename basic to REST bindings Signed-off-by: Isabella do Amaral <[email protected]> * py: create e2e test mode Signed-off-by: Isabella do Amaral <[email protected]> --------- Signed-off-by: Isabella do Amaral <[email protected]>
align diagram about testing architecture following kubeflow#326 include FOSSA license scanning badge following kubeflow#323 Signed-off-by: Matteo Mortari <[email protected]>
align diagram about testing architecture following #326 include FOSSA license scanning badge following #323 Signed-off-by: Matteo Mortari <[email protected]>
[pull] main from kubeflow:main
As the majority of Python client tests depend on the current implementation of MR, build it in favor of using the last pushed version.
This also creates a new (e2e) test mode for the Python client to highlight the dependencies.
Description
How Has This Been Tested?
Updated on GHA, ran
make test-e2elocally. Also tested with nox.Merge criteria:
DCOcheck)If you have UI changes