Update StackForge doc for Zuul project templates
The jobs suggested are covered by the python-jobs and python3-jobs project templates, so use them for a simpler example. Change-Id: I6300772874063c215190a4ec62010cb85951a8b0
This commit is contained in:
parent
c95130fd03
commit
f1e0aa78de
@ -155,20 +155,8 @@ It should look something like::
|
||||
- name: stackforge/project-name
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-project-name-docs
|
||||
- gate-project-name-pep8
|
||||
- gate-project-name-python26
|
||||
- gate-project-name-python27
|
||||
- gate-project-name-python33
|
||||
gate:
|
||||
- gate-project-name-docs
|
||||
- gate-project-name-pep8
|
||||
- gate-project-name-python26
|
||||
- gate-project-name-python27
|
||||
- gate-project-name-python33
|
||||
post:
|
||||
- project-name-coverage
|
||||
- name: python-jobs
|
||||
- name: python3-jobs
|
||||
|
||||
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::
|
||||
|
Loading…
Reference in New Issue
Block a user