From 7e4bc8c20c9b3bed49f4b7e1367435e0bc6c899d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 23 Sep 2018 12:34:41 +0200 Subject: [PATCH] Import build-openstack-api-ref We can add this in-repo, move it over from project-config. Change-Id: Ib8b535728461516f415af07d4f177ac1662f8b24 --- .zuul.yaml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index ce6375a..0c470c3 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -9,16 +9,34 @@ - project: templates: - check-requirements - - release-notes-jobs-python3 - publish-openstack-docs-pti + - release-notes-jobs-python3 check: jobs: - openstackdocsstheme-tox-manuals-buildpdf - openstack-tox-pep8 + - build-openstack-api-ref: + # Override files section of the job so that this builds + # if we change the template. + files: + - ^tox.ini$ + - ^api-ref/.* + - ^doc/.*$ + - ^openstackdocstheme/.*$ + - ^.*\.txt$ + - ^.*\.rst$ gate: jobs: - openstackdocsstheme-tox-manuals-buildpdf - openstack-tox-pep8 + - build-openstack-api-ref: + files: + - ^tox.ini$ + - ^api-ref/.* + - ^doc/.*$ + - ^openstackdocstheme/.*$ + - ^.*\.txt$ + - ^.*\.rst$ post: jobs: - publish-openstack-python-branch-tarball