summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqingszhao <zhao.daqing@99cloud.net>2018-08-21 14:57:28 +0000
committerqingszhao <zhao.daqing@99cloud.net>2018-08-21 14:57:28 +0000
commit77bfa1365295a0e5873063b2af497cd5ac9b21c8 (patch)
tree5f4cc872eab3d0ccaffe53678981a7dd60f4834c
parent69b3a1545c54bd5e6972599e1a0656cd9f6d0cda (diff)
downloadpython-openstackclient-77bfa1365295a0e5873063b2af497cd5ac9b21c8.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: Ic8e91681a39cdecd9aadb57ab194e4b78133b6ce Story: #2002586 Task: #24320
-rw-r--r--.zuul.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 3cf5c68d..b5f95f0d 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -136,6 +136,12 @@
name: openstack/python-openstackclient
templates:
- openstackclient-plugin-jobs
+ - openstack-python-jobs
+ - openstack-python35-jobs
+ - publish-openstack-sphinx-docs
+ - check-requirements
+ - release-notes-jobs
+ - lib-forward-testing
check:
jobs:
- osc-tox-unit-tips:
@@ -157,3 +163,6 @@
gate:
jobs:
- osc-functional-devstack
+ post:
+ jobs:
+ - openstack-tox-cover