From 9f02157ea4c015ca9501e20874607967c2086ca7 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 9 Sep 2018 20:01:26 +0200 Subject: [PATCH] Update Zuul configuration Use openstack-lower-constraints-jobs template. Remove jobs that are part of the templates. Remove duplicate python36 jobs, these are redundant. Remove required projects from openstack-tox-docs, these are not needed with the way we build docs using docs/requirements. Remove the jobs as well, they are part of the docs template. Change-Id: Iaa965cc6f628451d323a504720c3eafd024974b3 --- .zuul.yaml | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index eb2a989ef..4cfc3f80a 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,10 +1,11 @@ - project: templates: - - openstack-python-jobs-neutron - check-requirements - - publish-openstack-docs-pti + - openstack-lower-constraints-jobs + - openstack-python-jobs-neutron - openstack-python35-jobs-neutron - openstack-python36-jobs-neutron + - publish-openstack-docs-pti check: jobs: - dragonflow-tempest: @@ -20,11 +21,6 @@ voting: false - kuryr-kubernetes-tempest-dragonflow: voting: false - - openstack-tox-lower-constraints - - openstack-tox-docs: - required-projects: - - openstack/networking-sfc - - openstack/neutron-dynamic-routing - openstack-tox-pep8: required-projects: - openstack/networking-sfc @@ -41,19 +37,9 @@ required-projects: - openstack/networking-sfc - openstack/neutron-dynamic-routing - - openstack-tox-py36: - required-projects: - - openstack/networking-sfc - - openstack/neutron-dynamic-routing gate: jobs: - dragonflow-dsvm-fullstack-redis - - openstack-tox-lower-constraints - - - openstack-tox-docs: - required-projects: - - openstack/networking-sfc - - openstack/neutron-dynamic-routing - openstack-tox-pep8: required-projects: - openstack/networking-sfc @@ -70,10 +56,6 @@ required-projects: - openstack/networking-sfc - openstack/neutron-dynamic-routing - - openstack-tox-py36: - required-projects: - - openstack/networking-sfc - - openstack/neutron-dynamic-routing post: jobs: - publish-openstack-python-branch-tarball: