OpenStack Infra Team conference presentations and papers
Go to file
OpenDev Sysadmins 7d144a855c OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:26:00 +00:00
graphics Add Zuul talk 2013-09-16 14:02:10 -05:00
help Clear unrelated presentations out of the overview. 2013-06-18 01:06:46 +00:00
images Add Zuul talk 2013-09-16 14:02:10 -05:00
scripts Remove stray .htaccess files. 2013-07-31 13:55:23 +00:00
styles Remove stray .htaccess files. 2013-07-31 13:55:23 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:26:00 +00:00
README.rst Add Zuul talk 2013-09-16 14:02:10 -05:00
index.html Update periodic pipeline slide and url 2014-01-10 11:39:21 +08:00

README.rst

How OpenStack Improves Code Quality with Project Gating and Zuul

Abstract

The OpenStack project uses project gating to ensure that the latest code in the repository always works. Gating is a process where every change, after passing code review, is automatically tested and merged only if it passes the test suite. Especially for large projects with complex test suites, this process can keep code quality high while making it easier to accept patches from new contributors.

The OpenStack Project Infrastructure team developed Zuul to manage its project gating system. Zuul is a flexible, general purpose system to integrate Gerrit code review and Jenkins and can be used for project automation purposes beyond trunk gating. Driven by a simple, readable YAML file, Zuul has a set of basic concepts that can be combined to make very powerful automation pipelines. Zuul can perform speculative execution of tests on multiple dependent changes in parallel to keep merges happening quickly for gated projects.

This presentation will illustrate how OpenStack uses project gating as well as the capabilities of Zuul and how to set up a similar system for any project.