Design a CI/CD system that automatically builds, tests, and deploys code on every git push. Support 10,000 repositories pushing code simultaneously, build isolation (each build in its own container), and zero-downtime deployments with instant rollback.