Lead Time for Changes - CI/CD用語集の定義
Lead time for changes は、commit が merge されてから本番環境で動くまでにかかる時間を追跡します。
Lead time for changes とは、commit が本番環境に到達するまでにかかる時間です。コードが commit されてから動作するまでの、デリバリー pipeline の速度を測る DORA メトリクスです。
短縮する方法
バッチサイズを小さくし、CI の job を並列化し、依存関係を cache し、安全性を高めずに待ち時間だけを増やす手動承認 gate を取り除くことで、lead time を短縮できます。
関連ガイド
Deployment Frequency - CI/CD Glossary DefinitionDeployment Frequency: Deployment frequency is how often an organization successfully releases to production.…
DORA Metrics - CI/CD Glossary DefinitionDORA Metrics: DORA metrics are four measures of software delivery performance from the DevOps Research and As…
Deployment Pipeline - CI/CD Glossary DefinitionDeployment Pipeline: A deployment pipeline is the automated path a change travels from commit through build,…