summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2017-12-05 10:54:04 -0600
committerAndreas Jaeger <aj@suse.com>2017-12-15 18:31:26 +0100
commit22de2a3f48974009df0272342f766f2398cabe84 (patch)
tree2320c84845b248d5198b8790bd726f13e5c4260d
parent1edfd97943f7c78f74913b82737a8c21cac83742 (diff)
downloadzuul-22de2a3f48974009df0272342f766f2398cabe84.tar.gz
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
-rw-r--r--.zuul.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 041681a7b..a87c1965a 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