summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-09-09 05:52:01 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-09-09 05:52:01 -0400
commit076b155b83bc6e3779ae14a72a9f2166a704f2ba (patch)
tree0866a94972026303b8e90ad4580e55017fcc5afd
parenta93840225ba575a08f4fbbe824b5f597ea1377ac (diff)
downloadpython-cinderclient-076b155b83bc6e3779ae14a72a9f2166a704f2ba.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: I8eb20303dd69e4815ee8cedc091f054a5a7cd1d8 Story: #2002586 Task: #24288
-rw-r--r--.zuul.yaml13
1 files changed, 12 insertions, 1 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 02ac4aa..a1844cc 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -24,8 +24,19 @@
- project:
- name: openstack/python-cinderclient
+ templates:
+ - openstack-python-jobs
+ - openstack-python35-jobs
+ - publish-openstack-sphinx-docs
+ - check-requirements
+ - lib-forward-testing
+ - release-notes-jobs
check:
jobs:
- cinderclient-dsvm-functional
- cinderclient-dsvm-functional-identity-v3-only
+ - openstack-tox-pylint:
+ voting: false
+ post:
+ jobs:
+ - openstack-tox-cover