From 8dd6535d4cb87f6d3eac78365afb46e5b1357c21 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 18 Aug 2018 15:46:15 +0200 Subject: [PATCH] Fix build jobs The buildpdf did not run since the parent job was mistyped, fix parent job name and rename to follow conventions on job names. Cleanup jobs in tox.ini: Docs environment is now run by PTI, so only run building the html for docs directory. Change-Id: Ibd0e731d9b090e0c444a8e18caa3ad3153f8aa4a --- .zuul.yaml | 8 ++++---- tox.ini | 3 --- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index fc2fbc7..ce6375a 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,7 +1,7 @@ # parent job is defined in openstack-manuals - job: - name: build-tox-manuals-buildpdf - parent: build-tox-manuals + name: openstackdocsstheme-tox-manuals-buildpdf + parent: build-tox-manuals-base vars: tox_envlist: buildpdf @@ -13,11 +13,11 @@ - publish-openstack-docs-pti check: jobs: - - build-tox-manuals-buildpdf + - openstackdocsstheme-tox-manuals-buildpdf - openstack-tox-pep8 gate: jobs: - - build-tox-manuals-buildpdf + - openstackdocsstheme-tox-manuals-buildpdf - openstack-tox-pep8 post: jobs: diff --git a/tox.ini b/tox.ini index e48f5ff..c638efb 100644 --- a/tox.ini +++ b/tox.ini @@ -30,9 +30,6 @@ basepython = python3 commands = rm -rf doc/build api-ref/build sphinx-build -a -E -W -d doc/build/doctrees -b html doc/source doc/build/html - sphinx-build -a -E -W -d doc/build/doctrees -b latex doc/source doc/build/pdf - make -C doc/build/pdf - sphinx-build -a -E -W -d api-ref/build/doctrees -b html api-ref/source api-ref/build/html [testenv:html] commands =