Sharding Strategy - CI/CD用語集の定義
Sharding strategyは、テストを並列runnerに分割する方法(round-robin、過去の所要時間別、ファイル別)であり、負荷を均等にして、総時間を決める最も遅いshardが最小になるようにします。
関連ガイド
Test Parallelization - CI/CD Glossary DefinitionTest parallelization runs independent tests at once across cores or machines, cutting suite wall-clock time -…
Test Impact Analysis - CI/CD Glossary DefinitionTest impact analysis selects only the tests affected by a change instead of the whole suite, by mapping code…
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…