summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-08-16 09:48:58 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-08-16 09:48:58 -0400
commit65f617311625dbdb9cc61d7d0fa98f56cdb1c5df (patch)
tree3dabe5e36a8a0bb00feb7982159455c5cea6adf1
parentde77496644fd1f12d829717a51b0d565a4c82283 (diff)
downloadpython-ironicclient-65f617311625dbdb9cc61d7d0fa98f56cdb1c5df.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: I5ff71b2146f1100ab790f58107265c2673c2fe8b 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 4a2f71a..c1278b8 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -1,10 +1,21 @@
- project:
+ templates:
+ - openstack-python35-jobs
+ - openstack-python-jobs
+ - publish-openstack-sphinx-docs
+ - check-requirements
+ - release-notes-jobs
+ - openstackclient-plugin-jobs
name: openstack/python-ironicclient
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