-
Notifications
You must be signed in to change notification settings - Fork 304
Initial PR for performance test on integration test that running on CI #778
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: Senan Zedan <[email protected]>
✅ Deploy Preview for vllm-semantic-router ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
👥 vLLM Semantic Team NotificationThe following members have been identified for the changed files in this PR and have been automatically assigned: 📁
|
|
fixes: #41 |
Signed-off-by: Senan Zedan <[email protected]>
The PR comment step can fail when running on pull requests from forks due to GitHub's security restrictions. Even with write permissions specified, GITHUB_TOKEN is read-only for fork PRs to prevent malicious code from writing to the base repository. Added 'continue-on-error: true' to make this step optional. The performance results will still be available in the workflow artifacts even if commenting fails. Fixes the '403 Resource not accessible by integration' error on fork PRs. Signed-off-by: Senan Zedan <[email protected]>
|
@Xunzhuo - Could you please review |
|
merging it for testing now |

Intial PR for performance test on integration test and generate report.