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

Add comprehensive Kubeflow integration test GitHub Actions workflow #3070

Conversation

kunal-511
Copy link
Contributor

@kunal-511 kunal-511 commented Mar 25, 2025

Pull Request Template for Kubeflow Manifests

✏️ Summary of Changes

GitHub Actions workflow implements full end-to-end integration testing for Kubeflow deployment. The workflow automates testing of critical Kubeflow components, including authentication, pipelines, notebooks, and machine learning services.

🐛 Related Issues

Fix #3054

✅ Contributor Checklist


You can join the CNCF Slack and access our meetings at the Kubeflow Community website. Our channel on the CNCF Slack is here #kubeflow-platform.

@kunal-511
Copy link
Contributor Author

@juliusvonkohout I have drafted a PR but not sure how to test the github action file locally.

@juliusvonkohout
Copy link
Member

Please reuse the files under /tests and do not duplicate them inline. Try to stay close to the individual test, if possible copy from the individual tests.

@juliusvonkohout
Copy link
Member

/ok-to-test

run: |
pip install pytest kubernetes kfp==2.11.0 kserve pytest-timeout pyyaml requests

- name: Install kubectl and kustomize
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please reference the existing scripts and files under / tests everywhere, do not just copy it over.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The goal is not to copy the readme, but to reuse and recombine our existing tests. Only what is missing can come from the readme. So the readme comes last, after you have combined the workflows here https://github.com/kubeflow/manifests/tree/master/.github/workflows using the scripts and objects from here https://github.com/kubeflow/manifests/tree/master/tests

@google-oss-prow google-oss-prow bot added size/L and removed size/XL labels Mar 26, 2025
@kunal-511 kunal-511 force-pushed the feat#3054/kubeflow-full-integration-test branch from 604b801 to 89d0412 Compare March 26, 2025 04:04
@juliusvonkohout
Copy link
Member

/ok-to-test

this way each commit tests it.

Comment on lines 48 to 59
- name: Deploy Full Kubeflow Stack
run: |
# Apply with retry logic using exact command from README
echo "Installing full Kubeflow stack from example/kustomization.yaml"
while ! kustomize build example | kubectl apply --server-side --force-conflicts -f -; do
echo "Retrying to apply resources";
sleep 20;
done

# Check deployment status
kubectl get deployments --all-namespaces
kubectl get pods --all-namespaces
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you use the scripts from /tests and the other workflows to replicate that ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kunal-511
Copy link
Contributor Author

Please do not do a merge from master. Now the commit history is damaged and the DCO check is broken. Please always rebase to master.

Ohk my bad. Should I close this PR and create a new one ?

@juliusvonkohout
Copy link
Member

AH now it is really broken. you probably did a merge instead of a rebase and i see 45 files changed.
image
please revert that commit and do a proper rebase.

@juliusvonkohout juliusvonkohout force-pushed the feat#3054/kubeflow-full-integration-test branch from 713059f to c3fedb5 Compare March 28, 2025 13:15
@google-oss-prow google-oss-prow bot added size/L and removed size/XXL labels Mar 28, 2025
@juliusvonkohout
Copy link
Member

and fixed
image

@juliusvonkohout
Copy link
Member

https://github.com/kubeflow/manifests/actions/runs/14129788932/job/39587035095?pr=3070is probably failing at Run # Use the Dex login test script directly from tests directory because something is missing from https://github.com/kubeflow/manifests/blob/master/.github/workflows/dex_oauth2-proxy_test.yaml

@juliusvonkohout
Copy link
Member

Do you have https://github.com/kubeflow/manifests#pre-commit-hooks enabled ?

@kunal-511
Copy link
Contributor Author

Do you have https://github.com/kubeflow/manifests#pre-commit-hooks enabled ?

No i will do it

@juliusvonkohout
Copy link
Member

We also need to make sure that the naming is consistent with all the individual Workflows.

kunal-511 added a commit to kunal-511/kubeflow-manifests that referenced this pull request Mar 28, 2025
Signed-off-by: kunal-511 <[email protected]>
@kunal-511
Copy link
Contributor Author

I have fixed all the lint issues and added pre commit

@juliusvonkohout juliusvonkohout force-pushed the feat#3054/kubeflow-full-integration-test branch from a9b3e2b to e84e71f Compare March 28, 2025 14:54
@juliusvonkohout
Copy link
Member

Sorry, but your push again destroyed the commits. Please delete your local branch and clone again.

Signed-off-by: Julius von Kohout <[email protected]>
Signed-off-by: kunal-511 <[email protected]>
Signed-off-by: Julius von Kohout <[email protected]>
Signed-off-by: kunal-511 <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>
@juliusvonkohout juliusvonkohout force-pushed the feat#3054/kubeflow-full-integration-test branch from e84e71f to e2ca3e3 Compare March 28, 2025 14:59
@juliusvonkohout
Copy link
Member

Thank you very much for the PR. To make your life easier, I will merge it now and you can start with a fresh master branch in a follow-up PR.
Congratulations

/lgtm
/approve

@google-oss-prow google-oss-prow bot added the lgtm label Mar 28, 2025
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: juliusvonkohout

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-prow google-oss-prow bot merged commit c1ae849 into kubeflow:master Mar 28, 2025
6 checks passed
@kunal-511
Copy link
Contributor Author

Thank you very much for the PR. To make your life easier, I will merge it now and you can start with a fresh master branch in a follow-up PR. Congratulations

/lgtm /approve

Can you please tell what all things are still pending ?

@juliusvonkohout
Copy link
Member

Thank you very much for the PR. To make your life easier, I will merge it now and you can start with a fresh master branch in a follow-up PR. Congratulations
/lgtm /approve

Can you please tell what all things are still pending ?

You can start with a fresh master branch and comment back in

#  pull_request:
#    branches:
#    - master

in a PR.

https://github.com/kubeflow/manifests/actions/runs/14131804046/job/39593790222?pr=3070 shows that we already got to the Katib test.

image

So you just fix the remaining tests. I think the kserve and katib installation is missing. To add it you can again borrow from the individual workflows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants