summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-08-16 09:47:28 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-08-16 09:47:28 -0400
commit8b9bc7186db2f40b7979db28a3f009865c594dc6 (patch)
tree06d0b4e1801d09e10f49413b5608e19f05b54cd3
parent345142c1d48eb5a4673dbafac6dbc92abe0164dc (diff)
downloadpython-ironicclient-8b9bc7186db2f40b7979db28a3f009865c594dc6.tar.gz
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: I6211958ed13525b9633baf3f1ea0acc3c31bc142 Story: #2002586 Task: #24302
-rw-r--r--zuul.d/project.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 028d7e4..935abf7 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -1,9 +1,20 @@
- project:
+ templates:
+ - openstack-python35-jobs
+ - openstack-python-jobs
+ - publish-openstack-sphinx-docs
+ - check-requirements
+ - release-notes-jobs
+ - openstackclient-plugin-jobs
check:
jobs:
- ironicclient-dsvm-functional
- ironicclient-tempest-dsvm-src
+ - openstack-tox-cover
gate:
jobs:
- ironicclient-dsvm-functional
- ironicclient-tempest-dsvm-src
+ post:
+ jobs:
+ - openstack-tox-cover