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: I3111e19b546a12a61975d339ac0e7512fef50c04
Story: #2002586
Task: #24292
This commit is contained in:
Nguyen Hai 2018-08-19 00:11:23 +09:00
parent 9edaad25bc
commit 75c88e7c13
1 changed files with 14 additions and 1 deletions

View File

@ -5,7 +5,7 @@
vars:
devstack_localrc:
DESIGNATE_SERVICE_PORT_DNS: 5322
TEMPEST_PLUGINS: '/opt/stack/designate-tempest-plugin'
TEMPEST_PLUGINS: /opt/stack/designate-tempest-plugin
devstack_plugins:
designate: git://git.openstack.org/openstack/designate
devstack_services:
@ -183,10 +183,23 @@
templates:
- designate-devstack-jobs
- openstack-python36-jobs
- openstack-python-jobs
- openstack-python35-jobs
- publish-openstack-sphinx-docs
- periodic-stable-jobs
- check-requirements
- release-notes-jobs
- install-guide-jobs
check:
jobs:
- neutron-tempest-plugin-designate-scenario
- openstack-tox-lower-constraints
- openstack-tox-cover:
voting: false
gate:
queue: designate
jobs:
- openstack-tox-lower-constraints
post:
jobs:
- openstack-tox-cover