From 97252e1fc86feb37b4fedcd1bc685461055b68fd Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Thu, 27 Sep 2018 16:05:46 -0500 Subject: [PATCH] Use correct docs jobs * Use build-openstack-docs-pti for the main docs job rather than the old legacy build-openstack-sphinx-docs-python3 * Use build-openstack-api-ref for the api-ref job (we can not use OpenStack's api-ref-jobs template as it includes their publisih jobs) Change-Id: I646090e4dcc3260b3d963434a228bd5ef3a919fc Signed-off-by: Dean Troyer --- .zuul.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 9828f4c53..2809a7bbb 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,10 +1,12 @@ --- - project: templates: - - build-openstack-sphinx-docs-python3 + - build-openstack-docs-pti check: jobs: + - build-openstack-api-ref - openstack-tox-linters gate: jobs: + - build-openstack-api-ref - openstack-tox-linters