Skip to content

ci: shorten PR gates for docs and Valgrind#117

Merged
membphis merged 1 commit into
mainfrom
ci/fast-pr-gates
May 31, 2026
Merged

ci: shorten PR gates for docs and Valgrind#117
membphis merged 1 commit into
mainfrom
ci/fast-pr-gates

Conversation

@membphis
Copy link
Copy Markdown
Collaborator

@membphis membphis commented May 31, 2026

Summary

  • add a lightweight changed-file classifier so docs-only PRs skip expensive CI jobs
  • keep the PR Lua Valgrind job focused on smoke specs instead of the full Lua suite
  • add a scheduled/manual full Lua Valgrind workflow for the complete suite
  • on scheduled full Valgrind failures, create a deduplicated GitHub issue or append a comment to the existing open issue

Expected impact

  • docs-only PRs should avoid build, Rust, Lua, OpenResty, fuzz, sanitizer, and Valgrind jobs
  • code PRs still run the full PR gate set, but Lua Valgrind should finish much faster because property/exhaustive specs move out of the PR path
  • scheduled full Valgrind failures stay visible through an open issue instead of only being buried in Actions history

Local validation

  • git diff --check
  • go run github.com/rhysd/actionlint/cmd/actionlint@latest .github/workflows/ci.yml .github/workflows/lua-valgrind-full.yml
  • local changed-file classifier smoke test for docs-only, CI-file, and Rust-file changes

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 31, 2026

Warning

Review limit reached

@membphis, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 41 minutes and 26 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 0daa4dde-bbe0-46b4-9574-3017e5dd145c

📥 Commits

Reviewing files that changed from the base of the PR and between cf87fd4 and 934b1ec.

📒 Files selected for processing (2)
  • .github/workflows/ci.yml
  • .github/workflows/lua-valgrind-full.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/fast-pr-gates

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@membphis membphis force-pushed the ci/fast-pr-gates branch from 98db6bc to 934b1ec Compare May 31, 2026 09:56
@membphis membphis merged commit 9b57605 into main May 31, 2026
15 checks passed
@membphis membphis deleted the ci/fast-pr-gates branch May 31, 2026 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant