Incremental Build - CI/CD用語集の定義
Incremental build は、変更の影響を受ける target (とその依存側) だけを再 build し、残りは cache された出力を再利用して、ゼロから build することを避けます。
関連ガイド
Build Cache - CI/CD Glossary DefinitionA build cache stores intermediate compilation outputs keyed by their inputs, so unchanged work is restored in…
Hermetic Build - CI/CD Glossary DefinitionA hermetic build runs isolated from the network and host state, depending only on declared inputs - the basis…
Test Sharding - CI/CD Glossary DefinitionTest sharding splits a suite into balanced groups run on separate machines in parallel, cutting wall-clock te…