From 32b893d96d44ee454c079b1e650918654aa7dbee Mon Sep 17 00:00:00 2001 From: Binh Nguyen Date: Sat, 21 Dec 2019 13:50:47 +0800 Subject: [PATCH] Continuous Integration and Deployment with Bazel at Dropbox --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d1df05..a146a4f 100644 --- a/README.md +++ b/README.md @@ -460,6 +460,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [Scaling Continuous Integration and Continuous Delivery](https://www.synopsys.com/blogs/software-security/agile-cicd-devops-glossary/) * [Continuous Integration Stack at Facebook](https://code.fb.com/web/rapid-release-at-massive-scale/) * [Continuous Integration with Distributed Repositories and Dependencies at Netflix](https://medium.com/netflix-techblog/towards-true-continuous-integration-distributed-repositories-and-dependencies-2a2e3108c051) + * [Continuous Integration and Deployment with Bazel at Dropbox](https://blogs.dropbox.com/tech/2019/12/continuous-integration-and-deployment-with-bazel/) * [Screwdriver: Continuous Delivery Build System for Dynamic Infrastructure at Yahoo](https://yahooeng.tumblr.com/post/155765242061/open-sourcing-screwdriver-yahoos-continuous) * [CI/CD at Betterment](https://www.betterment.com/resources/ci-cd-shortening-the-feedback-loop/) * [CI/CD at Brainly](https://medium.com/engineering-brainly/ci-cd-at-scale-fdfb0f49e031)