-
Notifications
You must be signed in to change notification settings - Fork 1k
feat: GitHub Actions workflow to test the KServe Models Web Application #3253
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
feat: GitHub Actions workflow to test the KServe Models Web Application #3253
Conversation
Signed-off-by: Harshit Nayan <harshitacademia@gmail.com>
Signed-off-by: Harshit Nayan <harshitacademia@gmail.com>
Signed-off-by: Harshit Nayan <harshitacademia@gmail.com>
Signed-off-by: Harshit Nayan <harshitacademia@gmail.com>
…handling Signed-off-by: Harshit Nayan <harshitacademia@gmail.com>
e14afe5
to
73cff51
Compare
Signed-off-by: Harshit Nayan <harshitacademia@gmail.com>
Signed-off-by: Harshit Nayan <harshitacademia@gmail.com>
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
…application_test.sh Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
The default-editor from the same namespace should be able to do it see
|
seems to be the problem. There is something wrong with the proper authentication. |
Signed-off-by: Harshit Nayan <harshitacademia@gmail.com>
Signed-off-by: Harshit Nayan <harshitacademia@gmail.com>
Signed-off-by: Harshit Nayan <harshitacademia@gmail.com>
…SERID_PREFIX in kustomization Signed-off-by: Harshit Nayan <harshitacademia@gmail.com>
Signed-off-by: Harshit Nayan <harshitacademia@gmail.com>
Signed-off-by: Harshit Nayan <harshitacademia@gmail.com>
Signed-off-by: Harshit Nayan <harshitacademia@gmail.com>
Signed-off-by: Harshit Nayan <harshitacademia@gmail.com>
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
…on_test.yaml Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
Thank you /lgtm |
[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 |
Pull Request Template for Kubeflow Manifests
✏️ Summary of Changes
This PR adds a new GitHub Actions workflow to test the KServe Models Web Application functionality. The test validates that the models-web-app can correctly list and manage InferenceServices deployed via kubectl.
Key Changes:
.github/workflows/kserve_models_web_app_test.yaml
to test KServe models-web-app integrationtests/kserve_models_web_app_test.sh
that:Test Coverage:
Workflow Triggers:
The test runs on pull requests that modify:
📦 Dependencies
🐛 Related Issues
✅ Contributor Checklist