Merge "Add Zuul merge-check to all projects"

This commit is contained in:
Jenkins 2014-08-18 18:03:17 +00:00 committed by Gerrit Code Review
commit 455ab43a58
2 changed files with 539 additions and 3 deletions
doc/source
modules/openstack_project/files/zuul

@ -151,6 +151,8 @@ and add a new section for your project in alphabetical order within the file.
It should look something like::
- name: stackforge/project-name
template:
- name: merge-check
check:
- gate-project-name-docs
- gate-project-name-pep8
@ -170,6 +172,8 @@ If you aren't ready to run any gate tests yet and did not configure
python-jobs in projects.yaml, it should look like this instead::
- name: stackforge/project-name
template:
- name: merge-check
check:
- noop
gate:

File diff suppressed because it is too large Load Diff