test(onboard): split vLLM selection suite#5011
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (3)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThis PR consolidates vLLM provider-selection test coverage into a dedicated test file with expanded test scenarios. A running vLLM detection test is moved from the main onboard suite into ChangesvLLM Provider Selection Test Consolidation
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
E2E Advisor RecommendationRequired E2E: None Full advisor summaryE2E Recommendation AdvisorBase: Required E2E
Optional E2E
New E2E recommendations
|
E2E Scenario Advisor RecommendationRequired scenario E2E: None Full scenario advisor summaryE2E Scenario AdvisorBase: Required scenario E2E
Optional scenario E2E
Relevant changed files
|
PR Review AdvisorFindings: 0 needs attention, 0 worth checking, 0 nice ideas Consider writing more tests for
This is an automated advisory review. A human maintainer must make the final merge decision. |
Summary
Split the vLLM provider-selection coverage out of the oversized
test/onboard-selection.test.tssuite into a focusedtest/onboard-selection-vllm.test.tsfile. This preserves the existing coverage while giving CI another schedulable test file for the slow onboard-selection group.Changes
test/onboard-selection-vllm.test.tsfor running-vLLM detection, validation backout, managed vLLM platform menu, and install-vLLM env-var coverage.test/onboard-selection.test.ts.ci/test-file-size-budget.jsonfor the reducedtest/onboard-selection.test.tsline count.Type of Change
Verification
npx prek run --all-filespassesnpm testpassesnpm run docsbuilds without warnings (doc changes only)Signed-off-by: Carlos Villela cvillela@nvidia.com
Summary by CodeRabbit