-
Notifications
You must be signed in to change notification settings - Fork 180
feat: add CI test for k8s core deployment #317
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: JaredforReal <[email protected]>
Signed-off-by: JaredforReal <[email protected]>
✅ Deploy Preview for vllm-semantic-router ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
👥 vLLM Semantic Team NotificationThe following members have been identified for the changed files in this PR and have been automatically assigned: 📁
|
@JaredforReal this is great! Left a comment here. |
Signed-off-by: JaredforReal <[email protected]>
Signed-off-by: JaredforReal <[email protected]>
Signed-off-by: JaredforReal <[email protected]>
Signed-off-by: JaredforReal <[email protected]>
Signed-off-by: JaredforReal <[email protected]>
Signed-off-by: JaredforReal <[email protected]>
@JaredforReal thanks for making this happen! Would be great to have the e2e test integrated in the following up PRs! |
I would love to move things forward! |
* add k8s integration github action test Signed-off-by: JaredforReal <[email protected]> * add syntax validation for observability and ai-gateway Signed-off-by: JaredforReal <[email protected]> * fix image conflict & kustomize path error Signed-off-by: JaredforReal <[email protected]> * fix network error in kind Signed-off-by: JaredforReal <[email protected]> * fix https response to http error Signed-off-by: JaredforReal <[email protected]> * fix model init error Signed-off-by: JaredforReal <[email protected]> * change hf-cli to hf download for models Signed-off-by: JaredforReal <[email protected]> * change image loading strategy & models init Signed-off-by: JaredforReal <[email protected]> --------- Signed-off-by: JaredforReal <[email protected]> Signed-off-by: liuhy <[email protected]>
* add k8s integration github action test Signed-off-by: JaredforReal <[email protected]> * add syntax validation for observability and ai-gateway Signed-off-by: JaredforReal <[email protected]> * fix image conflict & kustomize path error Signed-off-by: JaredforReal <[email protected]> * fix network error in kind Signed-off-by: JaredforReal <[email protected]> * fix https response to http error Signed-off-by: JaredforReal <[email protected]> * fix model init error Signed-off-by: JaredforReal <[email protected]> * change hf-cli to hf download for models Signed-off-by: JaredforReal <[email protected]> * change image loading strategy & models init Signed-off-by: JaredforReal <[email protected]> --------- Signed-off-by: JaredforReal <[email protected]> Signed-off-by: liuhy <[email protected]>
* add k8s integration github action test Signed-off-by: JaredforReal <[email protected]> * add syntax validation for observability and ai-gateway Signed-off-by: JaredforReal <[email protected]> * fix image conflict & kustomize path error Signed-off-by: JaredforReal <[email protected]> * fix network error in kind Signed-off-by: JaredforReal <[email protected]> * fix https response to http error Signed-off-by: JaredforReal <[email protected]> * fix model init error Signed-off-by: JaredforReal <[email protected]> * change hf-cli to hf download for models Signed-off-by: JaredforReal <[email protected]> * change image loading strategy & models init Signed-off-by: JaredforReal <[email protected]> --------- Signed-off-by: JaredforReal <[email protected]> Signed-off-by: liuhy <[email protected]>
* add k8s integration github action test Signed-off-by: JaredforReal <[email protected]> * add syntax validation for observability and ai-gateway Signed-off-by: JaredforReal <[email protected]> * fix image conflict & kustomize path error Signed-off-by: JaredforReal <[email protected]> * fix network error in kind Signed-off-by: JaredforReal <[email protected]> * fix https response to http error Signed-off-by: JaredforReal <[email protected]> * fix model init error Signed-off-by: JaredforReal <[email protected]> * change hf-cli to hf download for models Signed-off-by: JaredforReal <[email protected]> * change image loading strategy & models init Signed-off-by: JaredforReal <[email protected]> --------- Signed-off-by: JaredforReal <[email protected]> Signed-off-by: liuhy <[email protected]>
What type of PR is this?
feat: add CI test for k8s core deployment
What this PR does / why we need it:
This workflow tests the CORE semantic-router Kubernetes deployment.
Test Scope:
Out of Scope (planned for follow-up PRs):
For Reviewer:
I'm new to setting up CI tests for Kubernetes on GitHub Actions, and would really appreciate any suggestions!