fix: neutralize Strix fail-closed after provider infrastructure - #957
fix: neutralize Strix fail-closed after provider infrastructure#957seonghobae wants to merge 1 commit into
Conversation
Required CI prints "scan failed after provider infrastructure" when NVIDIA NIM exits 2. The outer gate only recognized the "emitted" wording, so those scans stayed blocking. Match the actual line and keep real vulnerability signals blocking.
|
Warning Review limit reached
Next review available in: 36 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The gate prints "failed after provider infrastructure or failure-signal output" after NVIDIA NIM exit 2. The outer regex only listed the sibling "emitted ..." wording, so required CI treated that line as a non-backend fail. Fold #957 into this neutralization.
|
Incorporated into #956 ( |
|
Superseded by #956, which now includes this fail-closed wording. |
Pull request was closed
Why
Open contextual-orchestrator PRs fail required Strix after NVIDIA NIM
nemotron-3-super-120b-a12bexits 2 (~4778s). The gate prints:Strix scan failed after provider infrastructure or failure-signal output; failing closed.The outer workflow already treats provider infrastructure as a neutral skip when there is no vulnerability signal, but its regex only listed the sibling wording
emitted provider infrastructure or failure-signal output. The required-CI line therefore failed closed as a "non-backend reason."Change
failed after provider infrastructure or failure-signal outputtobackend_unavailable_signalin.github/workflows/strix.yml.Verification
python3 -m unittest tests.test_strix_nvidia_nim_not_found_fallback -v— 12 passed.This does not weaken severity gating. A log that also contains
Vulnerabilities 1+still fails.