Skip to content

Commit b747c61

Browse files
dhellmanntbreeds
authored andcommitted
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: Iad8455bff1663cff1c27cd3600a21cfe72252e18 Story: #2002586 Task: #24315
1 parent d57063d commit b747c61

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.zuul.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,20 @@
2323
- openstack/python-novaclient
2424

2525
- project:
26+
templates:
27+
- openstack-python-jobs
28+
- openstack-python35-jobs
29+
- publish-openstack-sphinx-docs
30+
- check-requirements
31+
- lib-forward-testing
32+
- release-notes-jobs
2633
check:
2734
jobs:
2835
- novaclient-dsvm-functional-identity-v3-only
2936
- novaclient-dsvm-functional-neutron
3037
gate:
3138
jobs:
3239
- novaclient-dsvm-functional-neutron
40+
post:
41+
jobs:
42+
- openstack-tox-cover

0 commit comments

Comments
 (0)