Stabilization - CI/CD Glossary Definition
Stabilization drives a release build toward reliability by fixing defects and flaky tests until the pipeline is consistently green.
Stabilization is the work of driving a release build toward reliability by fixing defects and flakiness until the pipeline is consistently green and blockers are closed.
Stabilization is the ongoing effort during a hardening phase. A common blocker is flaky CI: a suite that fails intermittently makes it impossible to tell a real regression from noise, so flakiness is triaged as part of stabilization.
Signals it is done
The full suite passes reliably across reruns, blocker and critical bugs are closed, and error rates in a staging or canary environment sit at baseline.