Merge "Publish devstack documents"
This commit is contained in:
38
jenkins/jobs/devstack.yaml
Normal file
38
jenkins/jobs/devstack.yaml
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
# Devstack does not support "python setup.py publish_sphinx", thus
|
||||||
|
# we cannot use the normal docs jobs.
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: devstack-publish-docs
|
||||||
|
node: 'bare-precise || bare-trusty'
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- revoke-sudo
|
||||||
|
- gerrit-git-prep
|
||||||
|
- tox:
|
||||||
|
envlist: 'docs'
|
||||||
|
- zuul_swift_upload_console_log
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- ftp:
|
||||||
|
site: 'docs.openstack.org'
|
||||||
|
source: 'doc/build/html/**'
|
||||||
|
target: 'developer/devstack'
|
||||||
|
remove-prefix: 'docs/html'
|
||||||
|
excludes: ''
|
||||||
|
- console-log
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: gate-devstack-publish-docs
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- revoke-sudo
|
||||||
|
- gerrit-git-prep
|
||||||
|
- tox:
|
||||||
|
envlist: 'docs'
|
||||||
|
- zuul_swift_upload_console_log
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- console-log
|
||||||
|
- upload-sphinx-draft
|
||||||
|
|
||||||
|
node: '{node}'
|
@@ -799,6 +799,8 @@ jobs:
|
|||||||
voting: false
|
voting: false
|
||||||
- name: gate-kolla-bashate
|
- name: gate-kolla-bashate
|
||||||
voting: false
|
voting: false
|
||||||
|
- name: gate-devstack-publish-docs
|
||||||
|
voting: false
|
||||||
|
|
||||||
# The project list is grouped by type of project, and within each
|
# The project list is grouped by type of project, and within each
|
||||||
# group, projects are sorted (mostly) alphabetically.
|
# group, projects are sorted (mostly) alphabetically.
|
||||||
@@ -2810,6 +2812,7 @@ projects:
|
|||||||
- check-tempest-dsvm-ironic-pxe_ssh-nv
|
- check-tempest-dsvm-ironic-pxe_ssh-nv
|
||||||
- check-tempest-dsvm-ironic-pxe_ssh-postgres-nv
|
- check-tempest-dsvm-ironic-pxe_ssh-postgres-nv
|
||||||
- check-tempest-dsvm-f20
|
- check-tempest-dsvm-f20
|
||||||
|
- gate-devstack-publish-docs
|
||||||
gate:
|
gate:
|
||||||
- gate-devstack-bashate
|
- gate-devstack-bashate
|
||||||
- gate-devstack-dsvm-cells
|
- gate-devstack-dsvm-cells
|
||||||
@@ -2817,6 +2820,8 @@ projects:
|
|||||||
- gate-grenade-dsvm-partial-ncpu
|
- gate-grenade-dsvm-partial-ncpu
|
||||||
- gate-neutron-dsvm-functional
|
- gate-neutron-dsvm-functional
|
||||||
- gate-swift-dsvm-functional
|
- gate-swift-dsvm-functional
|
||||||
|
post:
|
||||||
|
- devstack-publish-docs
|
||||||
experimental:
|
experimental:
|
||||||
- check-tempest-dsvm-cells-full
|
- check-tempest-dsvm-cells-full
|
||||||
- check-tempest-dsvm-zaqar
|
- check-tempest-dsvm-zaqar
|
||||||
|
Reference in New Issue
Block a user