// blog · tag
Posts tagged “ci”
All CommitBrief blog posts tagged “ci”.
2 posts ·all posts
Catching flaky tests before they merge: a deterministic pre-pass, not another prompt.
A hard-coded sleep or an unseeded random seed doesn't need an LLM to spot. CommitBrief's flaky-test detector is a static, zero-token pre-pass — and an optional sandbox-rerun that confirms a flake by actually re-running the test.
`--fail-on`: turning an LLM review into a CI gate without locking yourself in.
How severity-based exit codes work, why graceful degrade deliberately skips the gate, and what 'fail at critical or worse' actually means inside your pipeline.