Monorepo - CI/CD Glossary Definition
A monorepo is a single repository that holds many projects or services together, sharing history and tooling - at the cost of needing affected-only CI to stay fast.
Related guides
Polyrepo - CI/CD Glossary DefinitionA polyrepo splits each project or service into its own repository, giving teams independent CI and release cy…
Sharding - CI/CD Glossary DefinitionSharding splits a large test suite into independent slices that run on separate runners in parallel, cutting…
Build Matrix - CI/CD Glossary DefinitionA build matrix defines combinations of variables - language versions, operating systems - that fan one job in…