From 9f3e8997fac03b2fadd4588ada811cecc721bdd3 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 29 Sep 2018 19:14:45 +0200 Subject: [PATCH] Cleanup zuul jobs Use templates instead of individual jobs. Remoe usage of releasenotes templates since it publishes content to docs.o.o and only official OpenStack projects can publish there, use instead just the build jobs. Change-Id: I3046569efd586707150fb4cc753fd55979470946 --- zuul.d/project.yaml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 534f4533e..bfd158ae6 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -1,14 +1,13 @@ --- - project: templates: - - release-notes-jobs + - build-openstack-sphinx-docs + - openstack-cover-jobs + - openstack-python35-jobs + - openstack-python-jobs check: jobs: - - openstack-tox-pep8 - - openstack-tox-py27 - - openstack-tox-py35 - - openstack-tox-cover - - build-openstack-sphinx-docs + - build-openstack-releasenotes - kayobe-tox-ansible-syntax - kayobe-tox-ansible - kayobe-tox-molecule @@ -18,11 +17,7 @@ gate: queue: kayobe jobs: - - openstack-tox-pep8 - - openstack-tox-py27 - - openstack-tox-py35 - - openstack-tox-cover - - build-openstack-sphinx-docs + - build-openstack-releasenotes - kayobe-tox-ansible-syntax - kayobe-tox-ansible - kayobe-tox-molecule