The Gatekeeper, or a project gating system
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Zuul e9a3baee59
Merge "Set cache ltime when branch protection changed"
20 hours ago
doc Merge "tutorial: Update node to jammy" 1 week ago
etc Remove "sql connection" backwards compatability for database 1 year ago
playbooks Add noxfile and switch to nox 3 months ago
releasenotes/notes Merge "merger: Keep redundant cherry-pick commits" 1 week ago
tests Merge "Don't add PR title in commit message on squash" 3 days ago
tools Fix user creation in Docker test setup script 1 month ago
web Merge "Zuul-Web: Filter input validation for "Change"" 1 week ago
zuul Merge "Set cache ltime when branch protection changed" 20 hours ago
.coveragerc Revert "Revert "Switch to stestr"" 5 years ago
.dockerignore Add web/node_modules to dockerignore 4 years ago
.gitignore Add noxfile and switch to nox 3 months ago
.gitreview OpenDev Migration Patch 4 years ago
.mailmap Fix pep8 E127 violations 11 years ago
.stestr.conf Revert "Revert "Switch to stestr"" 5 years ago
.zuul.yaml Switch to nox-docs 3 months ago
COPYING Update README and add GPL license 5 years ago
Dockerfile Add PBR_VERSION argument to Dockerfile 1 month ago
LICENSE Initial commit. 11 years ago
MANIFEST.in Optimize canMerge using graphql 3 years ago
README.rst Update README to point to Matrix, not IRC 5 months ago
TESTING.rst Update unit test container setup and instructions 8 months ago
bindep.txt Bump up to python3.10 9 months ago
noxfile.py Merge "Switch to sqlalchemy 2.0" 1 month ago
reno.yaml Add reno configuration settings 3 years ago
requirements.txt Switch to sqlalchemy 2.0 2 months ago
setup.cfg Add noxfile and switch to nox 3 months ago
setup.py Partial sync with OpenStack requirements. 10 years ago
test-requirements.txt github: more complete mocking for app setup 2 years ago
tox.ini Add noxfile and switch to nox 3 months ago

README.rst

Zuul

Zuul is a project gating system.

The latest documentation for Zuul v3 is published at: https://zuul-ci.org/docs/zuul/

If you are looking for the Edge routing service named Zuul that is related to Netflix, it can be found here: https://github.com/Netflix/zuul

If you are looking for the Javascript testing tool named Zuul, it can be found here: https://github.com/defunctzombie/zuul

Getting Help

There are two Zuul-related mailing lists:

zuul-announce

A low-traffic announcement-only list to which every Zuul operator or power-user should subscribe.

zuul-discuss

General discussion about Zuul, including questions about how to use it, and future development.

You will also find Zuul developers on Matrix <https://matrix.to/#/#zuul:opendev.org>.

Contributing

To browse the latest code, see: https://opendev.org/zuul/zuul To clone the latest code, use git clone https://opendev.org/zuul/zuul

Bugs are handled at: https://storyboard.openstack.org/#!/project/zuul/zuul

Suspected security vulnerabilities are most appreciated if first reported privately following any of the supported mechanisms described at https://zuul-ci.org/docs/zuul/user/vulnerabilities.html

Code reviews are handled by gerrit at https://review.opendev.org

After creating a Gerrit account, use git review to submit patches. Example:

# Do your commits
$ git review
# Enter your username if prompted

Join us on Matrix to discuss development or usage.

License

Zuul is free software. Most of Zuul is licensed under the Apache License, version 2.0. Some parts of Zuul are licensed under the General Public License, version 3.0. Please see the license headers at the tops of individual source files.

Python Version Support

Zuul requires Python 3. It does not support Python 2.

Since Zuul uses Ansible to drive CI jobs, Zuul can run tests anywhere Ansible can, including Python 2 environments.