From ee69cd28162aa1abd7d29d9d21c13e4576886a48 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 22 Aug 2018 18:51:49 -0400 Subject: [PATCH] switch documentation job to new PTI This is a mechanically generated patch to switch the documentation jobs to use the new PTI versions of the jobs as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I31736abc085feb76ca292bfdda73109461c11105 Story: #2002586 Task: #24312 --- .zuul.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 8075e1d..76c4990 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,17 +3,17 @@ - openstack-python-jobs - openstack-python35-jobs - check-requirements - - release-notes-jobs + - release-notes-jobs-python3 check: jobs: - openstack-tox-lower-constraints - openstack-tox-cover - - build-openstack-sphinx-docs + - openstack-tox-docs gate: jobs: - openstack-tox-lower-constraints - openstack-tox-cover - - build-openstack-sphinx-docs + - openstack-tox-docs post: jobs: - publish-openstack-sphinx-docs