That’s impressive.  Volvo’s not the only company that relies on Zuul. Others include BMW, GoDaddy, Workday, and NTT Group. Why with so many continuous integration (CI) and continuous delivery (CD) programs such as Jenkins, CircleCI, and TeamCity, it is no surprise that Zuul is so popular with Fortune 500 companies. Mark Collier, OpenInfra’s COO, explained, “Zuul became a marquee CI/CD project because it grew out of both the needs of the OpenStack project being so massive and the need for testing changes in it.  Volvo is actually using it as part of their self-driving autonomous driving systems and when you’re thinking about turning over the controls of your automobile to an algorithm, you want to double-check that code.” Zuul lends itself to fully testing code in parallel. Integrating testing on multiple branches at once makes taking code from developer to delivery not only faster but safer as well. Collier continued, “Zuul’s cross-project dependencies and cross-project testing, means, you basically never merge code that is not fully functional across all of the dependencies. This is a really powerful set of tools that has found a fan base in the critical systems and auto manufacturing software teams.” That’s certainly understandable. As companies realize this combination of speed and security,  Zuul’s sophisticated project gating, especially in scenarios with multiple repositories, is gaining popularity. As James Blair, Zuul maintainer and Acme Gating founder, said, “Zuul enables teams to rapidly develop fully tested software in parallel at a massive scale.” The only surprise really is that Zuul is not better known. With its growing role in the manufacturing space, however, it seems certain Zuul will find many new users soon. See also