ci: fail fast on topic lane projections - #1274
Conversation
|
Warning Review limit reached
Next review available in: 17 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 (1)
📝 WalkthroughWalkthroughThe CI action now precomputes quality and website lane-plan JSON with validated ChangesCI lane-plan projections
Estimated code review effort: 3 (Moderate) | ~20 minutes Mergeability Score: ⚪ Minimal · up to The PR makes CI projection failures stop planning instead of producing empty outputs; the remaining concern is a bounded test-coverage improvement, and no actionable merge-blocking risk remains after normal checks and review. Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@scripts/tests/test_ci_lane_workflows.py`:
- Around line 141-174: Extend test_topic_lane_projections_are_valid_jq with a
fixture lacking each lane-specific slice to exercise required == false, while
preserving the existing true-case coverage. For both fixtures, assert the
downstream projection contract for required_slices, signals, budgets, and
matrices.clippy, using the expected values from the input plan and lane
projection.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 23e41ef3-b985-42ab-88ba-61d5988bd772
📒 Files selected for processing (2)
.github/actions/plan-ci/action.ymlscripts/tests/test_ci_lane_workflows.py
e971618 to
fc840a6
Compare
Summary
Activation evidence
Temporary PR #1273 exposed this on protected controller run 31656893304: both topic projections failed jq compilation inside command substitutions, leaving empty outputs while the planner step reported success.
Validation
python3 -m unittest scripts.tests.test_ci_lane_workflowsjust ci-validate(413 tests, 7 skipped)Summary by CodeRabbit
Bug Fixes
Tests