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: Ic464dc429e185322028d1f0981d480207a8b2d22
Story: #2002586
Task: #24313
This commit is contained in:
98k 2018-08-23 12:00:31 +00:00
parent 251c1d1309
commit ef08d1e947
1 changed files with 19 additions and 5 deletions

View File

@ -1,4 +1,12 @@
- project:
templates:
- openstack-python-jobs
- openstack-python35-jobs
- publish-openstack-docs-pti
- check-requirements
- periodic-stable-jobs
- release-notes-jobs
- install-guide-jobs
check:
jobs:
- murano-congress-devstack
@ -6,7 +14,10 @@
- murano-tempest-api
- murano-tempest-cfapi
- openstack-tox-lower-constraints
- openstack-tox-cover:
voting: false
gate:
queue: murano
jobs:
- murano-tempest-api
- openstack-tox-lower-constraints
@ -14,6 +25,9 @@
jobs:
- murano-functional
post:
jobs:
- openstack-tox-cover
- job:
name: murano-congress-devstack
parent: murano-tempest-base
@ -39,7 +53,7 @@
devstack_services:
tls-proxy: false
devstack_localrc:
MURANO_ENABLE_MODEL_POLICY_ENFORCEMENT: True
MURANO_ENABLE_MODEL_POLICY_ENFORCEMENT: true
devstack_plugins:
congress: https://git.openstack.org/openstack/congress
mistral: https://git.openstack.org/openstack/mistral
@ -81,10 +95,10 @@
heat: https://git.openstack.org/openstack/heat
devstack_services:
tempest: true
s-account: False
s-container: False
s-object: False
s-proxy: False
s-account: false
s-container: false
s-object: false
s-proxy: false
tls-proxy: false
devstack_localrc:
TEMPEST_PLUGINS: "'{{ ansible_user_dir }}/src/git.openstack.org/openstack/murano-tempest-plugin'"