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: Id841ebbb7a79984e6240b8a7fb7e0ba491f17c57 Story: #2002586 Task: #24346
This commit is contained in:
parent
e1c62707d3
commit
40baee54b4
11
.zuul.yaml
11
.zuul.yaml
@ -79,6 +79,14 @@
|
|||||||
tox_envlist: integration
|
tox_envlist: integration
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
|
templates:
|
||||||
|
- openstack-python35-jobs
|
||||||
|
- openstack-python-jobs
|
||||||
|
- periodic-stable-jobs
|
||||||
|
- check-requirements
|
||||||
|
- publish-openstack-sphinx-docs
|
||||||
|
- release-notes-jobs
|
||||||
|
- install-guide-jobs
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- zaqar-tox-integration
|
- zaqar-tox-integration
|
||||||
@ -101,7 +109,10 @@
|
|||||||
# Heat job that deploy Zaqar
|
# Heat job that deploy Zaqar
|
||||||
- heat-functional-convg-mysql-lbaasv2
|
- heat-functional-convg-mysql-lbaasv2
|
||||||
- openstack-tox-lower-constraints
|
- openstack-tox-lower-constraints
|
||||||
|
- legacy-rally-dsvm-zaqar-zaqar:
|
||||||
|
voting: false
|
||||||
gate:
|
gate:
|
||||||
|
queue: zaqar
|
||||||
jobs:
|
jobs:
|
||||||
- zaqar-tox-integration
|
- zaqar-tox-integration
|
||||||
- zaqar-tempest-mongodb
|
- zaqar-tempest-mongodb
|
||||||
|
Loading…
Reference in New Issue
Block a user