Build Agent - CI/CD 用語集の定義
build agent は CI の job を要求して実行するマシンまたはプロセスです。GitHub Actions では同等のものが *runner* です。
関連ガイド
Runner - CI/CD Glossary DefinitionRunner: A **runner** is the machine that executes a job. It can be GitHub-hosted, self-hosted, or managed by…
Provisioning - CI/CD Glossary DefinitionProvisioning is the process of allocating and preparing a fresh machine - booting, installing tools, register…
Autoscaling - CI/CD Glossary DefinitionAutoscaling adds and removes runners automatically based on queued demand, so jobs start quickly under load w…