Merge "Use tox for publish-deploy-guide"

This commit is contained in:
Zuul 2019-05-27 05:39:51 +00:00 committed by Gerrit Code Review
commit fccdbdb634
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