Skip to content
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

Reorganize Kubeflow tests #2797

Open
7 tasks done
kromanow94 opened this issue Jul 12, 2024 · 5 comments · Fixed by #2805
Open
7 tasks done

Reorganize Kubeflow tests #2797

kromanow94 opened this issue Jul 12, 2024 · 5 comments · Fixed by #2805
Assignees

Comments

@kromanow94
Copy link
Contributor

kromanow94 commented Jul 12, 2024

Validation Checklist

Version

master

Describe your issue

The tests for the Kubeflow Components are currently placed either in the GitHub Actions Workflow Templates or under the tests/gh-actions path, or under contrib in an unorganized manner. It's confusing and lacks organization. There should be well-organized place or alignment for the tests. Those should preferably run with a testing framework like pytest. If we were to improve this situation, we can start implementing a more robust and flexible test framework that can be simply run from GH Actions or in the user development environment.

To point a few tests that could be reorganized:

Additionally, some of the components lacks a proper e2e tests. Here is the list of GH Actions that performs sanity tests by just deploying the manifests on the cluster but are not providing any more insights than that:

Additionally, we could start using some nice utilities like pre-commit to automatically run some actions like linters, formatters, check if commit is signed and potentially more. Then, such a pre-commit configuration could be used both from the GH Actions and from the Developer Environment. These are the GH Actions that could benefit from this pattern:

This was recently touched upon here: 2795#discussion_r1674228094.

Steps to reproduce the issue

N/A

@juliusvonkohout
Copy link
Member

Let's discuss this in the next kubeflow platform meeting :-)

@juliusvonkohout
Copy link
Member

@hansinikarunarathne is also working on this and has a draft. Can we maybe merge both issues?

@kromanow94
Copy link
Contributor Author

@juliusvonkohout sounds like a good plan. I can share a few thoughts on where and how I think this should head. We can talk at the next KF Platform/Manifests WG Meeting.

@juliusvonkohout
Copy link
Member

@juliusvonkohout juliusvonkohout changed the title Organize Kubeflow tests Reorganize Kubeflow tests Jul 23, 2024
@juliusvonkohout juliusvonkohout linked a pull request Jul 30, 2024 that will close this issue
@juliusvonkohout
Copy link
Member

Reopen after merging #2805

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Do
Development

Successfully merging a pull request may close this issue.

3 participants