-
Notifications
You must be signed in to change notification settings - Fork 937
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
Use the large runner to install a full Kubeflow and run all integration tests at once in the same cluster on demand #3054
Use the large runner to install a full Kubeflow and run all integration tests at once in the same cluster on demand #3054
Comments
Can you please assign this issue to me? I have already created a basic workflow and tested it locally that installs the kind, kustomize and then installs kubeflow and waits for all the components to become ready ? I am attaching the action.yaml below. I have a few doubts around the tests that we want to run after the installation step. Can you guide me to a few initial tests that would be a good start ?
|
I am assuming that I have to run all the tests in this location - https://github.com/kubeflow/manifests/tree/master/tests/gh-actions I am also trying to figure out if I can run the action without actually creating a PR to test this out end to end. I have tried with https://github.com/nektos/act but was curious if there is an established flow to test GH action changes |
@web1havv get a draft PR and I will assign this to you |
Yes, please create a PR and also add the PSS and KFP tests from here https://github.com/kubeflow/manifests/blob/master/.github/workflows/pipeline_test.yaml#L101 |
Is this up for grab @juliusvonkohout ? |
Well I have not yet seen a meaningful active PR linked to this issue so far, so yes everyone can work on it. Nevertheless you can also work together on a PR. |
@juliusvonkohout Can I take up this issue and work on it , can you assign me this ? |
@Pranali3103 Please get a draft PR and I will assign this to you |
In this I have to write tests for the complete kubeflow working ? by installing it using the readme instructions and running all integration tests in one file? |
More or less yet, but there will be duplicated stuff that you only need once. #3054 (comment) is already a good start. |
Reopen for the follow up PR. #3070 (comment) |
/assign @kunal-511 |
Validation Checklist
Version
master
Detailed Description
See kubeflow/community#829 (comment) for how to requests the 32 GB node.
And we need a new Workflow that just installs the full example/kustomization.yaml and then runs all tests on that cluster. This will help a lot with release testing and should give us the opportunity for a full End-to-end test.
The text was updated successfully, but these errors were encountered: