proomt

Search

Search posts, papers, and topics

All posts

Codeship5 min readintermediate

CloudBees Smart Tests: How AI selects the right tests to run

Summary

CloudBees Smart Tests uses GenAI-based semantic analysis to select only relevant tests for code changes, reducing CI runtime by 35-70% and providing immediate feedback. It avoids statistical models, requiring no historical data, and also groups failures and deprioritizes flaky tests.

  • Uses GenAI semantic analysis to match code changes to relevant tests, not historical pass/fail patterns.
  • Requires no training period or pipeline data, enabling immediate test selection from the first run.
  • Reduces CI runtime by 35-70% by running only a subset of tests relevant to the change.
  • Includes a "confidence curve" to balance test coverage and runtime based on pipeline stage.

Engineering teams struggling with slow CI, high compute costs, and unreliable test signals due to large, slow, or flaky test suites should consider this approach for faster feedback and improved developer experience.

6/10

Related reading

  1. Every tool is green. Can you ship?

    A CloudBees blog post argues that existing CI, security, and QA tools don’t give release managers a complete view of AI‑generated code risk. It claims tool consolidation rarely helps and proposes a “control plane” (CloudBees Unify) that aggregates signals from multiple tools and adds AI‑driven test prioritization. The piece is largely promotional, with no concrete implementation details, metrics,…

    Codeshipcloudbees.com4 min
  2. Introducing AI First Responder: The Next Step in CloudBees’ AI Journey

    CloudBees announced AI First Responder (AIFR), an AI‑powered incident‑triage assistant that lives in Slack and leverages the CloudBees Unify control plane and its knowledge graph. AIFR claims to summarize logs, suggest root causes, and optionally trigger GitOps remediation, all while logging actions for governance. The feature is in limited preview and available to a design‑partner program.

    Codeshipcloudbees.com2 minrelease