|
1 month ago | |
---|---|---|
defaults | 1 year ago | |
doc | 1 year ago | |
handlers | 2 years ago | |
meta | 2 years ago | |
tasks | 1 year ago | |
templates/etc | 1 year ago | |
tests | 1 month ago | |
vars | 2 years ago | |
.gitignore | 5 years ago | |
.gitreview | 1 year ago | |
.zuul.yaml | 1 year ago | |
LICENSE | 5 years ago | |
README.rst | 1 year ago | |
bindep.txt | 1 month ago | |
requirements.txt | 2 years ago | |
test-requirements.txt | 1 year ago | |
tox.ini | 1 month ago |
Ansible role to manage Zuul
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.
See bindep.txt for role dependencies.
Package repository index files should be up to date before using this role, we do not manage them.
An SSH private key will need to be installed before you can use zuul. The contents of the private key will be used by zuul_config_gerrit_user
and should be copied to zuul_config_gerrit_sshkey
.
# Value to pass to git config user.email.
# Default: Empty
zuul_config_merger_git_user_email: ""
# Value to pass to git config user.name.
# Default: Empty
zuul_config_merger_git_user_name: ""