Publish elastic-recheck documentation.

Add jobs to Jenkins and Zuul that test and gate elastic-recheck
documentation changes and add a job to publish elastic-recheck docs
to docs.o.o/infra/elastic-recheck.

Change-Id: I540a9d0adcd355b0108c4586658b2ee2d13b33dd
This commit is contained in:
Clark Boylan 2013-12-10 16:40:36 -08:00 committed by Jeremy Stanley
parent ebc1d84270
commit b382033d35
3 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,19 @@
- job:
name: elastic-recheck-docs
concurrent: false
node: precise
builders:
- gerrit-git-prep
- docs:
github-org: '{github-org}'
project: '{name}'
publishers:
- ftp:
site: docs.openstack.org
source: 'doc/build/html/**'
target: 'infra/elastic-recheck/'
remove-prefix: 'doc/build/html'
excludes: ''
- console-log

View File

@ -336,6 +336,7 @@
jobs:
- gate-{name}-pep8
- gate-{name}-docs
- gate-{name}-python27

View File

@ -2225,10 +2225,14 @@ projects:
- name: openstack-infra/elastic-recheck
check:
- gate-elastic-recheck-pep8
- gate-elastic-recheck-docs
- gate-elastic-recheck-python27
gate:
- gate-elastic-recheck-pep8
- gate-elastic-recheck-docs
- gate-elastic-recheck-python27
post:
- elastic-recheck-docs
- name: openstack-infra/gear
template: