Quick Notes81 words
Monitoring pipeline health — quick notes
Pipeline health — quick notes
| Metric | Question |
|---|---|
| Failure rate | Is it trustworthy? |
| Duration | Is feedback fast enough? |
| Flaky test rate | Can we believe a red build? |
- Flaky tests are worse than failures: they train the team to re-run, hiding real regressions.
- Long duration changes behaviour — bigger PRs, weaker review — not just cost.
- The signal is in the trend, not a single run.