Critical Path - CI/CD用語集の定義
Critical pathは、pipeline DAGにおける依存ステージの最も長い連なりです。その総所要時間がpipelineのエンドツーエンド時間の下限となるため、path外のjobを高速化しても、critical path自体が縮まるまでは効果がありません。
関連ガイド
Pipeline DAG - CI/CD Glossary DefinitionA pipeline DAG models jobs as nodes and dependencies as edges, letting a CI system run independent work in pa…
Bottleneck - CI/CD Glossary DefinitionA bottleneck is the single stage or resource that limits overall throughput, so the whole pipeline or system…
Backpressure - CI/CD Glossary DefinitionBackpressure is a system signaling upstream producers to slow down when it cannot keep up, preventing unbound…