Skip to content

Commit 77a533f

Browse files
committed
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: I43acfa46c1df8912ae641529f3cc975c8e752480 Story: #2002586 Task: #24320
1 parent c98531d commit 77a533f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.zuul.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,12 @@
192192
templates:
193193
- openstackclient-plugin-jobs
194194
- osc-tox-unit-tips
195+
- openstack-python-jobs
196+
- openstack-python35-jobs
197+
- publish-openstack-sphinx-docs
198+
- check-requirements
199+
- release-notes-jobs
200+
- lib-forward-testing
195201
check:
196202
jobs:
197203
- osc-functional-devstack
@@ -210,3 +216,6 @@
210216
jobs:
211217
- osc-functional-devstack
212218
- openstack-tox-lower-constraints
219+
post:
220+
jobs:
221+
- openstack-tox-cover

0 commit comments

Comments
 (0)