proomt

Search

Search posts, papers, and topics

All posts

CodeshipCloudBees Team6 min readintermediate

When red doesn’t mean broken, your pipeline stops meaning anything

Summary

CloudBees Smart Tests adds a “High‑failure‑rate tests” dashboard and a “Quarantine” mode that lets flaky tests keep running but no longer block the pipeline, with manual or automatic thresholds and automatic recovery when failure rates drop.

  • A new dashboard lists tests by failure rate and execution volume, letting teams prioritize noisy tests.
  • Quarantine keeps a test’s results recorded but removes its blocking effect; it can be applied per‑test or via a failure‑rate threshold.
  • Automatically quarantined tests are re‑enabled when their failure rate falls below the configured threshold; manually quarantined tests require explicit un‑quarantine.
  • The feature is positioned as a middle ground between deleting flaky tests and tolerating them, aiming to preserve coverage while restoring CI signal trust.

When flaky tests dominate CI output, engineers start ignoring red builds, which lets real regressions slip through. Providing a systematic way to isolate and later recover flaky tests restores confidence in the test suite without sacrificing coverage.

5/10

Related reading

  1. Everything is green. Nothing is ready.

    CloudBees Unify is a control‑plane layer that aggregates data from existing CI/CD, security, and release tools to give a single delivery record. It claims to improve test efficiency (98 → 30 min) and enforce governance policies across pipelines, with an AI assistant for incident triage. The post is a product‑focused webinar recap with limited technical depth.

    Codeshipcloudbees.com5 min
  2. The Flaky Test Confession: “We All Know We’re Ignoring Test Failures”

    Flaky tests silently erode CI reliability, waste compute and developer time, and let real bugs slip into production. The post quantifies the cost (≈2.5 % of developer time, $5.67 per manual investigation vs $0.02 for auto‑rerun) and critiques common band‑aid approaches (retries, quarantine, manual triage). It argues that visibility—detecting flaky tests, predictive test selection, and automated t…

    Codeshipcloudbees.com5 min