Improve stackforge doc - more info about jobs.

Change-Id: I28cccc53d01813591d2fdccc80a0587b69388c03
Reviewed-on: https://review.openstack.org/25215
Reviewed-by: Khai Do <zaro0508@gmail.com>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Sergey Lukjanov 2013-03-23 22:56:12 +04:00 committed by Jenkins
parent 9a46258798
commit 7467441ccf

View File

@ -116,6 +116,11 @@ should look something like::
jobs:
- python-jobs
- gate-{name}-pyflakes
- gate-{name}-pylint
List of jobs included to the ``python-jobs`` jobs group is located in
``openstack-infra/config/modules/openstack_project/files/jenkins_job_builder/config/python-jobs.yaml``.
If you aren't ready to run any gate tests yet, you don't need to edit
``projects.yaml``.
@ -128,18 +133,21 @@ should look something like::
- name: stackforge/project-name
check:
- gate-project-name-docs
- gate-project-name-pyflakes
- gate-project-name-pep8
- gate-project-name-docs
- gate-project-name-python26
- gate-project-name-python27
gate:
- gate-project-name-docs
- gate-project-name-pep8
- gate-project-name-pyflakes
- gate-project-name-docs
- gate-project-name-python26
- gate-project-name-python27
post:
- project-name-coverage
- project-name-docs
- project-name-branch-tarball
publish:
- project-name-docs