Pipeline DAG - CI/CD用語集の定義
Pipeline DAG(有向非巡回グラフ)は、jobをneeds/依存のエッジで接続されたノードとして表します。スケジューラはこれを用いて独立したjobを並列化し、循環なしに順序を守ります。
関連ガイド
Critical Path - CI/CD Glossary DefinitionThe critical path is the longest chain of dependent jobs through a pipeline. Its length sets the minimum end-…
Bottleneck - CI/CD Glossary DefinitionA bottleneck is the single stage or resource that limits overall throughput, so the whole pipeline or system…
Sharding Strategy - CI/CD Glossary DefinitionA sharding strategy decides how a test suite is split across parallel runners - by count, timing, or file - t…