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: I9a295f2773fda26ccb9707360129a9d1c618ed7f
Story: #2002586
Task: #24342
This commit is contained in:
Doug Hellmann 2018-09-09 05:59:20 -04:00
parent 0ce6255bfd
commit 7c85d1f1fd
1 changed files with 9 additions and 2 deletions

View File

@ -1,16 +1,23 @@
- project:
templates:
- openstackclient-plugin-jobs
- check-requirements
- publish-openstack-sphinx-docs
- openstack-python-jobs
- openstack-python35-jobs
- release-notes-jobs
check:
jobs:
- python-troveclient-tempest-neutron-src
- openstack-tox-lower-constraints
- trove-functional-mysql
gate:
queue: trove
jobs:
- python-troveclient-tempest-neutron-src
- openstack-tox-lower-constraints
- trove-functional-mysql
- job:
name: python-troveclient-tempest-neutron-src
parent: devstack-tempest
@ -26,9 +33,9 @@
- openstack/tempest
- openstack/trove-tempest-plugin
vars:
tox_envlist: 'full'
tox_envlist: full
devstack_localrc:
TEMPEST_PLUGINS: '/opt/stack/trove-tempest-plugin'
TEMPEST_PLUGINS: /opt/stack/trove-tempest-plugin
devstack_plugins:
trove: git://git.openstack.org/openstack/trove