From 9b4bb440f07d09966cbedfe57d23bf2f6a5cd7ae Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 29 Aug 2018 17:37:03 -0400 Subject: [PATCH] import zuul job settings from project-config This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. Because this patch is generated by a script, there may be some cosmetic changes to the layout of the YAML file(s) as the contents are normalized. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Id985bb7bcc50e1286f5221612d3a4684c9824049 Story: #2002586 Task: #24314 --- .zuul.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 8b8a37d6a..d5fcc298b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,4 +1,11 @@ - project: + templates: + - check-requirements + - periodic-stable-jobs-neutron + - openstack-python-jobs-neutron + - openstack-python35-jobs-neutron + - release-notes-jobs + - publish-openstack-sphinx-docs check: jobs: - neutron-fwaas-networking-midonet-cross-py35: @@ -11,6 +18,18 @@ - build-openstack-sphinx-docs: required-projects: - openstack/neutron + - legacy-neutron-fwaas-v2-dsvm-tempest + - legacy-neutron-fwaas-v1-dsvm-tempest + - legacy-neutron-fwaas-dsvm-functional + - legacy-grenade-dsvm-neutron-fwaas-multinode: + voting: false + irrelevant-files: + - ^(test-|)requirements.txt$ + - ^setup.cfg$ + - legacy-neutron-fwaas-v1-dsvm-tempest-multinode: + voting: false + - legacy-neutron-fwaas-v2-dsvm-tempest-multinode: + voting: false gate: jobs: - openstack-tox-lower-constraints: @@ -20,6 +39,15 @@ - build-openstack-sphinx-docs: required-projects: - openstack/neutron + - legacy-neutron-fwaas-v2-dsvm-tempest + - legacy-neutron-fwaas-v1-dsvm-tempest + - legacy-neutron-fwaas-dsvm-functional + experimental: + jobs: + - legacy-neutron-fwaas-dsvm-fullstack + post: + jobs: + - openstack-tox-cover - job: name: neutron-fwaas-networking-midonet-cross-py35 parent: openstack-tox-py35