The Evolution of Our CI Pipelines
The Evolution of Our CI Pipelines

The Evolution of Our CI Pipelines

Author
Shiv Bade
Tags
ci
cd
Published
September 7, 2019
Featured
Slug
Tweet
Over the last year, we evolved our CI/CD pipelines from basic test runners to full deployment orchestrators.
Changes made: - Added static checks: lint, style, dep vulnerability scans - Parallel test execution via matrix builds - Pre-prod environments spun on every PR
Tools: - GitLab CI + custom runners - Helm + ArgoCD for Kubernetes deployments
Faster feedback loops = happier teams.