fix(ci): prefer completions for hosted inference#5395
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 (2)
📝 WalkthroughWalkthroughThis PR defaults and preserves NEMOCLAW_PREFERRED_API="openai-completions" in hosted-inference staging, updates the test harness and workflow contract tests, propagates the variable into multiple CI workflow job environments and a CI helper script, and extends the e2e-advisor dispatch planner and tests to account for jobs blocked by withheld hosted-inference secrets when dispatching with an empty target_ref. ChangesNEMOCLAW_PREFERRED_API hosted inference configuration
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Code Coverage OverviewLanguages: TypeScript TypeScript / code-coverage/pluginThe overall coverage in the branch is 96%. Coverage data for the branch is not yet available. Show a code coverage summary of the most covered files.
TypeScript / code-coverage/cliThe overall coverage in the branch is 44%. Coverage data for the branch is not yet available. Show a code coverage summary of the most covered files.
Updated |
E2E Advisor RecommendationRequired E2E: Dispatch hint: Auto-dispatched E2E: Full advisor summaryE2E Recommendation AdvisorBase: Required E2E
Optional E2E
New E2E recommendations
Dispatch hint
|
Vitest E2E Scenario RecommendationRequired Vitest E2E scenarios: Dispatch required Vitest E2E scenarios:
Full Vitest E2E advisor summaryVitest E2E Scenario AdvisorBase: Required Vitest E2E scenarios
Optional Vitest E2E scenarios
Relevant changed files
|
This comment was marked as outdated.
This comment was marked as outdated.
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. |
Selective E2E Results — ❌ Some jobs failedRun: 27475345243
|
Selective E2E Results — ❌ Some jobs failedRun: 27475525245
|
Summary
Default hosted CI compatible-inference setup to
openai-completionsso installer and onboard E2E lanes avoid the stricter Responses streaming probe againstinference-api.nvidia.com. ExplicitNEMOCLAW_PREFERRED_APIoverrides are still preserved.Changes
NEMOCLAW_PREFERRED_API=openai-completionsin hosted CI workflow env blocks and the reusable E2E export step.NEMOCLAW_PREFERRED_API.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
Chores
New Features
Tests