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: I39a7640f458c93b775417daa001196b623a236ef
Story: #2002586
Task: #24332
This commit is contained in:
Doug Hellmann 2018-08-20 16:32:38 -04:00 committed by Luigi Toscano
parent ae21379a55
commit 4facb4296f
1 changed files with 17 additions and 3 deletions

View File

@ -1,15 +1,29 @@
- project:
templates:
- openstack-python-jobs
- openstack-python35-jobs
- publish-openstack-sphinx-docs
- check-requirements
- release-notes-jobs
- openstackclient-plugin-jobs
check:
jobs:
- python-saharaclient-scenario
- python-saharaclient-tempest
- openstack-tox-lower-constraints
gate:
queue: sahara
jobs:
- python-saharaclient-scenario
- python-saharaclient-tempest
- openstack-tox-lower-constraints
post:
jobs:
- openstack-tox-cover
experimental:
jobs:
- openstack-tox-pypy
- job:
name: python-saharaclient-scenario
description: |
@ -19,7 +33,7 @@
- openstack/python-saharaclient
vars:
devstack_localrc:
LIBS_FROM_GIT: 'python-saharaclient'
LIBS_FROM_GIT: python-saharaclient
- job:
name: python-saharaclient-tempest
@ -31,4 +45,4 @@
- openstack/python-saharaclient
vars:
devstack_localrc:
LIBS_FROM_GIT: 'python-saharaclient'
LIBS_FROM_GIT: python-saharaclient