From 22de2a3f48974009df0272342f766f2398cabe84 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 5 Dec 2017 10:54:04 -0600 Subject: [PATCH] Update sphinx jobs to use python3 The zuul sphinx jobs require python3 to run. Set the sphinx_python variable so that it will. Change-Id: Iee6d1f1003ba9464daffbc0009b82a21001e7739 Depends-On: I481e032834fdbf674157b2c9a8fa6f95fc570ddb --- .zuul.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 041681a7ba..a87c1965a2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -36,6 +36,8 @@ irrelevant-files: - zuul/cmd/migrate.py - playbooks/zuul-migrate/.* + vars: + sphinx_python: python3 - tox-cover: irrelevant-files: - zuul/cmd/migrate.py @@ -53,6 +55,8 @@ irrelevant-files: - zuul/cmd/migrate.py - playbooks/zuul-migrate/.* + vars: + sphinx_python: python3 - tox-pep8 - tox-py35: irrelevant-files: @@ -61,5 +65,7 @@ - zuul-stream-functional post: jobs: - - publish-openstack-sphinx-docs-infra + - publish-openstack-sphinx-docs-infra: + vars: + sphinx_python: python3 - publish-openstack-python-branch-tarball