From 4296ccbff3fbbac0e5900127db7f191c0a43e30c Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Wed, 21 Aug 2019 13:15:23 +0530 Subject: [PATCH] Run deploy guide jobs https://review.opendev.org/#/c/677029/ moved docs to deploy-guide, let's run job to publish these. Change-Id: Ia587e7537c5e0f70f9004ecb2fdb12a784aab3fb --- .zuul.yaml | 1 + tox.ini | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 7909506b..739edefa 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,3 +1,4 @@ - project: templates: - publish-openstack-docs-pti + - deploy-guide-jobs diff --git a/tox.ini b/tox.ini index e4da7a48..0460b58a 100644 --- a/tox.ini +++ b/tox.ini @@ -33,4 +33,10 @@ exclude = .tox,dist,*.egg,build [testenv:deploy-guide] basepython = python3 +deps = + -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -r{toxinidir}/requirements.txt + -r{toxinidir}/test-requirements.txt + -r{toxinidir}/doc/requirements.txt + commands = sphinx-build -a -E -W -d deploy-guide/build/doctrees -b html deploy-guide/source deploy-guide/build/html