From 86b4ddff3b3b79620022d7b88f2abc9371f1cc95 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 20 May 2019 08:09:35 +0200 Subject: [PATCH] Fix jobs Non-voting jobs should never run in gate, remove the non-voting requirements change - and the template as well. Change docs building job to newer tox-docs which does "tox -e docs" directly. Change-Id: I4111e0f94ee5d0f1ed07743679e17b28ac70a518 --- .zuul.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index c59a67f..8b2dc99 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,16 +1,11 @@ - project: templates: - - check-requirements - openstack-python-jobs - openstack-python35-jobs - publish-to-pypi check: jobs: - - build-openstack-sphinx-docs: + - tox-docs: voting: false - requirements-check: voting: false - gate: - jobs: - - requirements-check: - voting: false