Build Agent - Definição no Glossário de CI/CD
Um build agent é a máquina ou processo que reivindica e roda jobs de CI; no GitHub Actions o equivalente é um *runner*.
Guias relacionados
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…