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
This commit is contained in:
Doug Hellmann 2018-08-29 17:37:03 -04:00
parent 5519d771e4
commit 9b4bb440f0
1 changed files with 28 additions and 0 deletions

View File

@ -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