Pipeline DAG - Definição do Glossário de CI/CD
Um pipeline DAG (grafo acíclico dirigido) representa jobs como nós conectados por arestas de needs/dependência; o escalonador o usa para paralelizar jobs independentes e respeitar a ordenação sem ciclos.
Guias relacionados
Critical Path - CI/CD Glossary DefinitionThe critical path is the longest chain of dependent jobs through a pipeline. Its length sets the minimum end-…
Bottleneck - CI/CD Glossary DefinitionA bottleneck is the single stage or resource that limits overall throughput, so the whole pipeline or system…
Sharding Strategy - CI/CD Glossary DefinitionA sharding strategy decides how a test suite is split across parallel runners - by count, timing, or file - t…