| .. Zuul documentation master file, created by |
| sphinx-quickstart on Fri Jun 8 14:44:26 2012. |
| You can adapt this file completely to your liking, but it should at least |
| contain the root `toctree` directive. |
| |
| Zuul - A Project Gating System |
| ============================== |
| |
| Zuul is a program that is used to gate the source code repository of a |
| project so that changes are only merged if they pass tests. |
| |
| The main component of Zuul is the scheduler. It receives events |
| related to proposed changes, triggers tests based on those events, and |
| reports back. |
| |
| Contents: |
| |
| .. toctree:: |
| :maxdepth: 2 |
| |
| gating |
| triggers |
| merger |
| launchers |
| reporters |
| zuul |
| client |
| statsd |
| |
| Indices and tables |
| ================== |
| |
| * :ref:`genindex` |
| * :ref:`modindex` |
| * :ref:`search` |
| |