Add Zuul merge-check to all projects

And document it for the stackforge howto.

Change-Id: Ia5ccf95ea896c511c4261612e03ac1ac30db0e02
This commit is contained in:
James E. Blair 2014-08-15 11:49:23 -07:00
parent c095466d82
commit 406871db25
2 changed files with 539 additions and 3 deletions

View File

@ -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