Publish draft docs on draft-docs

Take care that built books are published on docs-draft.

The checkbuild tox gates copy the files to the git top-level
directory publish-docs and those can then be copied over to
docs-draft.

The patch consists of:
* A new publisher 'upload-docs-draft' for publishing the jobs
* A new publisher 'upload-doc-build-results' for publishing the log
  files of built manuals
* A new job-template 'gate-{name}-tox-doc-publish-{envlist}' that includes
  the new publishers
* Using the job-template in the docs job-group
* Update for Zuul for the above changes

blueprint draft-docs-on-docs-draft

Change-Id: Id3e9543fc67ca28e2882fb73f169d82aaec1aeb7
This commit is contained in:
Andreas Jaeger 2014-02-02 15:03:10 +01:00
parent 74c0d7c269
commit f0e6194fea
3 changed files with 50 additions and 4 deletions

View File

@ -332,3 +332,25 @@
source: 'doc/build/html/**' source: 'doc/build/html/**'
keep-hierarchy: true keep-hierarchy: true
copy-after-failure: true copy-after-failure: true
- publisher:
name: upload-docs-draft
publishers:
- scp:
site: 'static.openstack.org'
files:
- target: 'docs-draft/$LOG_PATH/'
source: 'publish-docs/**'
keep-hierarchy: true
copy-after-failure: true
- publisher:
name: upload-doc-build-results
publishers:
- scp:
site: 'static.openstack.org'
files:
- target: 'logs/$LOG_PATH'
source: 'build-*.log.gz'
keep-hierarchy: false
copy-after-failure: true

View File

@ -189,6 +189,30 @@
target: '' target: ''
remove-prefix: 'doc/src/docbkx/{install}/target/docbkx/webhelp/' remove-prefix: 'doc/src/docbkx/{install}/target/docbkx/webhelp/'
- job-template:
name: 'gate-{name}-tox-doc-publish-{envlist}'
wrappers:
- timeout:
timeout: 40
fail: true
- timestamps
builders:
- gerrit-git-prep
- tox:
envlist: '{envlist}'
github-org: '{github-org}'
project: '{name}'
- assert-no-extra-files
publishers:
- console-log
- upload-docs-draft
- upload-doc-build-results
node: '{node}'
- job-group: - job-group:
name: openstack-doc-jobs name: openstack-doc-jobs
jobs: jobs:
@ -198,5 +222,5 @@
envlist: checksyntax envlist: checksyntax
- gate-{name}-tox-{envlist}: - gate-{name}-tox-{envlist}:
envlist: checkdeletions envlist: checkdeletions
- gate-{name}-tox-{envlist}: - gate-{name}-tox-doc-publish-{envlist}:
envlist: checkbuild envlist: checkbuild

View File

@ -191,11 +191,11 @@ project-templates:
- gate-{name}-tox-checkniceness - gate-{name}-tox-checkniceness
- gate-{name}-tox-checksyntax - gate-{name}-tox-checksyntax
- gate-{name}-tox-checkdeletions - gate-{name}-tox-checkdeletions
- gate-{name}-tox-checkbuild - gate-{name}-tox-doc-publish-checkbuild
gate: gate:
- gate-{name}-tox-checksyntax - gate-{name}-tox-checksyntax
- gate-{name}-tox-checkdeletions - gate-{name}-tox-checkdeletions
- gate-{name}-tox-checkbuild - gate-{name}-tox-doc-publish-checkbuild
jobs: jobs:
@ -368,7 +368,7 @@ jobs:
branch: ^(?!stable/grizzly).*$ branch: ^(?!stable/grizzly).*$
- name: gate-openstack-manuals-tox-checkdeletions - name: gate-openstack-manuals-tox-checkdeletions
branch: ^(?!stable/grizzly).*$ branch: ^(?!stable/grizzly).*$
- name: gate-openstack-manuals-tox-checkbuild - name: gate-openstack-manuals-tox-doc-publish-checkbuild
branch: ^(?!stable/grizzly).*$ branch: ^(?!stable/grizzly).*$
- name: ^gate-.*-tox-checkniceness$ - name: ^gate-.*-tox-checkniceness$
voting: false voting: false