OSAC-3734: update required checks to E2E gate job names - #183
Conversation
Update required status checks from reusable workflow job names (e2e-vmaas-full-install / e2e) to gate job names (e2e-vmaas-gate). Gate jobs always run and report a result — pass for docs-only PRs, pass/fail for code PRs. The reusable workflow check only exists when E2E actually runs, blocking docs-only PRs from entering the merge queue. Companion: osac-project/osac#222 (renames the gate jobs). Merge osac#222 first, then this PR. Assisted-by: Claude Code <noreply@anthropic.com> Signed-off-by: omer-vishlitzky <omer.vishlitzky@gmail.com>
|
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: Repository: osac-project/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
WalkthroughUpdated ChangesRequired status checks
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 11✅ Passed checks (11 passed)
✨ Finishing Touches🧪 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 |
|
/lgtm |
Summary
Update required status checks from reusable workflow job names to gate job names:
e2e-vmaas-full-install / e2ee2e-vmaas-gatee2e-bmaas-full-install / e2ee2e-bmaas-gatee2e-caas-full-install / e2ee2e-caas-gateWhy
The reusable workflow check (
e2e-vmaas-full-install / e2e) only exists when E2E actually runs. Docs-only PRs skip E2E, so the check is never reported — merge queue blocks forever with "Expected — Waiting for status."Gate jobs (osac#222) always run and report a result: pass for docs-only PRs (no E2E needed), pass/fail for code PRs (reflects E2E result).
Merge order
Test plan
e2e-vmaas-gateas passed, can enter merge queue🤖 Generated with Claude Code
Summary by CodeRabbit