フィードバックループ - CI/CD 用語集の定義
フィードバックループは、変更を加えてからそれが良かったかどうかを知るまでの時間です。短いほど、より速く改善できます。
フィードバックループは、変更を加えることとそれがうまくいったかを知ることの間のサイクルです。ループが短いほど、開発者はより速く軌道修正できます。
ソフトウェア配信は、ローカルの編集-実行サイクルから本番監視まで、入れ子になった一連のループです。それらを短縮することが CI/CD の中心的な目的です。
CI において
CI は正しさに対する外側のフィードバックループです。pull request でテストが速く報告するほど、間違いの修正コストは安くなります。
関連ガイド
Inner Loop - CI/CD Glossary DefinitionInner Loop: The inner loop is the fast, local cycle a developer repeats while coding: edit, build, run, and t…
Outer Loop - CI/CD Glossary DefinitionOuter Loop: The outer loop is the cycle that begins when a developer shares code: pull request, CI checks, re…
Fast Feedback - CI/CD Glossary DefinitionFast Feedback: Fast feedback is the principle that developers should learn about defects as quickly as possib…