Skip to content

Commit ea86653

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: I1c5bf07936e23f89407798fdcd291075c430578b Story: #2002586 Task: #24315
1 parent 57a0307 commit ea86653

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.zuul.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,19 @@
1010
- openstack/python-novaclient
1111

1212
- project:
13-
name: openstack/python-novaclient
13+
templates:
14+
- openstack-python-jobs
15+
- openstack-python35-jobs
16+
- publish-openstack-sphinx-docs
17+
- check-requirements
18+
- lib-forward-testing
19+
- release-notes-jobs
1420
check:
1521
jobs:
1622
- novaclient-dsvm-functional
1723
gate:
1824
jobs:
1925
- novaclient-dsvm-functional
26+
post:
27+
jobs:
28+
- openstack-tox-cover

0 commit comments

Comments
 (0)