Build Node - CI/CD用語集の定義
build node は、CI ジョブを実行する runner のプール内の 1 台のマシンです。
build node は、CI runner のフリート内の 1 つのコンピュートインスタンスです。ジョブは利用可能な node にディスパッチされ、node を追加すると並列に実行できるジョブ数が増えます。
node のスケーリング
スループットはアイドル状態の node の数によって制限されます。autoscaling は build queue が伸びると node を追加し、それが解消すると削除して、応答性とコストのトレードオフを取ります。
関連ガイド
Build Agent - CI/CD Glossary DefinitionBuild Agent: A build agent is the process running on a CI machine that registers with the orchestrator, picks…
Build Queue - CI/CD Glossary DefinitionBuild Queue: A build queue is the ordered backlog of jobs waiting for an available runner. Queue time (how lo…
Ephemeral Runner - CI/CD Glossary DefinitionEphemeral Runner: An **ephemeral runner** is created fresh for one job and destroyed after, giving clean, rep…