From ab07df436062dd5d27cc4b3a7a31a2b128328f49 Mon Sep 17 00:00:00 2001 From: Monty Taylor <mordred@inaugust.com> Date: Thu, 5 Oct 2017 10:16:37 -0500 Subject: [PATCH] Remove build-openstack-sphinx-docs-infra We don't need a special job. Depends-On: I470e9d94044112fc5a5deb3e8dc21c941871f76d Change-Id: Ice8caf7e00b5d4b3a4f3c321b77235878c202577 --- zuul.d/jobs.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 53eaf144..e3924db5 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -177,22 +177,6 @@ tox_envlist: venv tox_extra_args: -vv python setup.py build_sphinx -- job: - name: build-openstack-infra-sphinx-docs - parent: tox-docs - description: | - Builds docuemtation using Sphinx per the OpenStack PTI but with - the Infra-specific publication prep applied. It then - collects the results into the log directory so that they can be - examined in their published form after a successful build. - run: playbooks/sphinx-docs/run - success-url: html/ - roles: - - zuul: openstack-infra/zuul-jobs - vars: - tox_envlist: venv - tox_extra_args: -vv python setup.py build_sphinx - - job: name: tox-py35-on-zuul parent: tox-py35