Skip to content

Commit 69e08a1

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Remove out of date list of jenkins jobs"
2 parents e784491 + fcbe3f4 commit 69e08a1

File tree

1 file changed

+7
-30
lines changed

1 file changed

+7
-30
lines changed

doc/source/devref/jenkins.rst

Lines changed: 7 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,14 @@ Nova uses a `Jenkins`_ server to automate development tasks. The Jenkins
55
front-end is at http://jenkins.openstack.org. You must have an
66
account on `Launchpad`_ to be able to access the OpenStack Jenkins site.
77

8-
Jenkins performs tasks such as:
8+
Jenkins performs tasks such as running static code analysis, running unit
9+
tests, and running functional tests. For more details on the jobs being run by
10+
Jenkins, see the code reviews on http://review.openstack.org. Tests are run
11+
automatically and comments are put on the reviews automatically with the
12+
results.
913

10-
`gate-nova-unittests`_
11-
Run unit tests on proposed code changes that have been reviewed.
12-
13-
`gate-nova-pep8`_
14-
Run PEP8 checks on proposed code changes that have been reviewed.
15-
16-
`gate-nova-merge`_
17-
Merge reviewed code into the git repository.
18-
19-
`nova-coverage`_
20-
Calculate test coverage metrics.
21-
22-
`nova-docs`_
23-
Build this documentation and push it to http://nova.openstack.org.
24-
25-
`nova-pylint`_
26-
Run `pylint <http://www.logilab.org/project/pylint>`_ on the nova code and
27-
report violations.
28-
29-
`nova-tarball`_
30-
Do ``python setup.py sdist`` to create a tarball of the nova code and upload
31-
it to http://nova.openstack.org/tarballs
14+
You can also get a view of the jobs that are currently running from the zuul
15+
status dashboard, http://status.openstack.org/zuul/.
3216

3317
.. _Jenkins: http://jenkins-ci.org
3418
.. _Launchpad: http://launchpad.net
35-
.. _gate-nova-merge: https://jenkins.openstack.org/view/Nova/job/gate-nova-merge
36-
.. _gate-nova-pep8: https://jenkins.openstack.org/view/Nova/job/gate-nova-pep8
37-
.. _gate-nova-unittests: https://jenkins.openstack.org/view/Nova/job/gate-nova-unittests
38-
.. _nova-coverage: https://jenkins.openstack.org/view/Nova/job/nova-coverage
39-
.. _nova-docs: https://jenkins.openstack.org/view/Nova/job/nova-docs
40-
.. _nova-pylint: https://jenkins.openstack.org/job/nova-pylint
41-
.. _nova-tarball: https://jenkins.openstack.org/job/nova-tarball

0 commit comments

Comments
 (0)