Provisioning - Definição do Glossário de CI/CD
O provisioning é a alocação e preparação de um runner (inicializar, instalar ferramentas, registrar) antes que ele possa aceitar jobs; um provisioning lento aparece como latência de cold-start.
Guias relacionados
Cold Start - CI/CD Glossary DefinitionCold Start: A **cold start** is the delay while a fresh runner boots and sets up before a job begins. Warm po…
Autoscaling - CI/CD Glossary DefinitionAutoscaling adds and removes runners automatically based on queued demand, so jobs start quickly under load w…
Build Agent - CI/CD Glossary DefinitionA build agent is the worker process or machine that picks up and executes CI jobs. In GitHub Actions the equi…