Use tox for publish-deploy-guide

Switch deploy-guide job to use the tox-docs infrastructure.

Change-Id: I8bab8f6250a509aa72c0c8d4900624d04411073b
This commit is contained in:
Andreas Jaeger 2019-05-23 20:37:03 +02:00
parent 194a722058
commit e650d5a08d
2 changed files with 3 additions and 11 deletions

View File

@ -1,8 +0,0 @@
- hosts: all
roles:
- role: prepare-docs-for-afs
when: zuul_success | bool
- role: fetch-sphinx-output
sphinx_output_suffix: "/"
zuul_executor_dest: "{{ zuul.executor.work_root }}/artifacts"
when: zuul_success | bool

View File

@ -833,16 +833,16 @@
- job:
name: publish-deploy-guide
parent: publish-openstack-sphinx-docs-base
parent: publish-openstack-tox-docs-base
description: |
Publish deploy-guide document to
https://docs.openstack.org/project-deploy-guide/
post-run:
- playbooks/publish/deploy-guide.yaml
- playbooks/sphinx/post.yaml
vars:
afs_subpath: "/project-deploy-guide/{{ zuul.project.short_name }}"
sphinx_build_dir: deploy-guide/build
sphinx_source_dir: deploy-guide/source
tox_envlist: deploy-guide
- job:
name: publish-training-labs-scripts