Merge "Add cross-tests for nova"

This commit is contained in:
Zuul 2020-05-19 21:19:31 +00:00 committed by Gerrit Code Review
commit 23c7caf293
2 changed files with 21 additions and 3 deletions

View File

@ -1,10 +1,23 @@
- job: - job:
name: openstack-tox-docs-starlingxdocs name: openstackdocstheme-openstack-tox-docs-starlingxdocs
parent: openstack-tox-docs parent: openstack-tox-docs
vars: vars:
tox_envlist: docs-starlingxdocs tox_envlist: docs-starlingxdocs
tox_pdf_envlist: pdf-docs-starlingxdocs tox_pdf_envlist: pdf-docs-starlingxdocs
- job:
name: openstackdocstheme-cross-nova-tox-docs
parent: openstack-tox-docs
description: |
Run cross-project tests on nova with
openstack-tox-docs.
vars:
zuul_work_dir: src/opendev.org/openstack/nova
sphinx_pdf_files: doc-nova.pdf
required-projects:
- openstack/nova
- openstack/openstackdocstheme
- project: - project:
templates: templates:
- check-requirements - check-requirements
@ -24,7 +37,8 @@
- ^.*\.txt$ - ^.*\.txt$
- ^.*\.rst$ - ^.*\.rst$
# Run the docs build using the starlingxdocs theme # Run the docs build using the starlingxdocs theme
- openstack-tox-docs-starlingxdocs - openstackdocstheme-openstack-tox-docs-starlingxdocs
- openstackdocstheme-cross-nova-tox-docs
gate: gate:
jobs: jobs:
- openstack-tox-pep8 - openstack-tox-pep8
@ -36,7 +50,8 @@
- ^openstackdocstheme/.*$ - ^openstackdocstheme/.*$
- ^.*\.txt$ - ^.*\.txt$
- ^.*\.rst$ - ^.*\.rst$
- openstack-tox-docs-starlingxdocs - openstackdocstheme-openstack-tox-docs-starlingxdocs
- openstackdocstheme-cross-nova-tox-docs
post: post:
jobs: jobs:
- publish-openstack-python-branch-tarball - publish-openstack-python-branch-tarball

View File

@ -32,3 +32,6 @@ texlive-capt-of [platform:rpm]
texlive-needspace [platform:rpm] texlive-needspace [platform:rpm]
texlive-polyglossia [platform:rpm] texlive-polyglossia [platform:rpm]
latexmk [platform:rpm] latexmk [platform:rpm]
# For nova cross testing
graphviz [doc test]