Build Minuteとは?
build minute(またはCI分)は、ホスト型CIの一般的な課金単位で、runnerがjobの実行に費やした1分間を表します。より大きなrunnerや専用runnerは、しばしば倍率をかけて分を消費します。総コストは、おおよそすべての実行にわたるjob継続時間とその1分あたりのレートの積の合計になります。
なぜ重要か
build minuteはCIコストが積み上がる場所であり、遅いテスト、冗長なbuild、過大なrunnerはすべて請求に直接現れます。cache、並列化、並行数の制御、そして適切なサイズまたはspotベースのrunnerが、分の消費を減らす主なレバーです。
関連する概念
- より大きなrunnerは倍率で課金されることが多い
- cacheと並行数の制御が消費を減らす
- spotベースのrunnerは1分あたりのコストを下げる
関連ガイド
What Is a Spot Instance?A spot instance is spare cloud capacity sold at a deep discount that the provider can reclaim with little not…
What Is a Build Cache?A build cache stores intermediate build outputs so unchanged work can be reused across runs instead of recomp…
What Is a Concurrency Group?A concurrency group is a named key that limits how many workflow runs sharing it can execute at once, cancell…