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: I56edf80fa94c86702407b5e7b390dea52d9132f2 Story: #2002586 Task: #24341
This commit is contained in:
parent
31a6b7eb0f
commit
86eb1f14a9
@ -1,9 +1,13 @@
|
|||||||
|
|
||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
- tripleo-undercloud-jobs
|
- tripleo-undercloud-jobs
|
||||||
- tripleo-multinode-baremetal-minimal
|
- tripleo-multinode-baremetal-minimal
|
||||||
- tripleo-multinode-container-minimal
|
- tripleo-multinode-container-minimal
|
||||||
|
- check-requirements
|
||||||
|
- publish-openstack-sphinx-docs
|
||||||
|
- openstack-python-jobs
|
||||||
|
- openstack-python35-jobs
|
||||||
|
- release-notes-jobs
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- tripleo-ci-centos-7-scenario000-multinode-oooq-container-updates:
|
- tripleo-ci-centos-7-scenario000-multinode-oooq-container-updates:
|
||||||
@ -42,6 +46,9 @@
|
|||||||
files:
|
files:
|
||||||
- ^container-images/.*$
|
- ^container-images/.*$
|
||||||
- tripleo_common/image/kolla_builder.py
|
- tripleo_common/image/kolla_builder.py
|
||||||
|
- openstack-tox-cover:
|
||||||
|
voting: false
|
||||||
|
|
||||||
gate:
|
gate:
|
||||||
queue: tripleo
|
queue: tripleo
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user