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:
parent
ebc1d84270
commit
b382033d35
@ -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
|
@ -336,6 +336,7 @@
|
||||
|
||||
jobs:
|
||||
- gate-{name}-pep8
|
||||
- gate-{name}-docs
|
||||
- gate-{name}-python27
|
||||
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user