The Gatekeeper, or a project gating system
You cannot 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
James E. Blair 07ab843dd3 Pin tox to 3
There are many issues with toxv4 that make it difficult to use with
Zuul.  Pin to tox version 3 while we find a solution.

Change-Id: I608b2ad4ab9407d8a0b77d5def5188922875e00f
6 months ago
doc Merge "Add Gerrit Verified/Workflow submit reqs to tutorial" 6 months ago
etc Remove "sql connection" backwards compatability for database 1 year ago
playbooks tutorial: remove warn parameter from 'shell' ansible module 7 months ago
releasenotes/notes Merge "Detect errors with non-permitted parent jobs" 7 months ago
tests Merge "Consider queue settings for topic dependencies" 6 months ago
tools Only run yarn build when necessary in tools/pip.sh 8 months ago
web Fix config-errors dedicated page 7 months ago
zuul Merge "Avoid acquiring pipeline locks in manager postConfig" 6 months ago
.coveragerc Revert "Revert "Switch to stestr"" 5 years ago
.dockerignore Add web/node_modules to dockerignore 4 years ago
.gitignore Use ZooKeeper TLS in tests 2 years 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 Pin tox to 3 6 months ago
COPYING Update README and add GPL license 5 years ago
Dockerfile Add Python 3.11 testing 7 months 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 7 months ago
TESTING.rst Update unit test container setup and instructions 10 months ago
bindep.txt Bump up to python3.10 11 months ago
reno.yaml Add reno configuration settings 3 years ago
requirements.txt Unpin JWT and use integer IAT values 7 months ago
setup.cfg Add Python 3.11 testing 7 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 Update unit test container setup and instructions 10 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.