summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Hai <nguyentrihai93@gmail.com>2018-08-24 16:39:05 +0900
committerAndreas Jaeger <jaegerandi@gmail.com>2018-08-28 17:42:00 +0000
commit9f9027059486e10540242149f68e6aeeaae6ea47 (patch)
tree30c701e0fa5dfb9797fcbdea7403ec7d5f8857e5
parentf7400b48796414631ceb54e5f162d25620b15679 (diff)
downloadpython-swiftclient-9f9027059486e10540242149f68e6aeeaae6ea47.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: Ie70f18d806aa92807bfe6ab4ecdc39990ef47cfe Story: #2002586 Task: #24337
-rw-r--r--.zuul.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 67a39c4..414e3c0 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -1,7 +1,28 @@
- project:
+ templates:
+ - openstack-python-jobs
+ - openstack-python35-jobs
+ - publish-openstack-sphinx-docs
+ - check-requirements
+ - openstack-pypy-jobs-nonvoting
+ - lib-forward-testing
+ - release-notes-jobs
check:
jobs:
- openstack-tox-lower-constraints
+ - legacy-swift-dsvm-functional
+ - legacy-swift-dsvm-functional-identity-v3-only:
+ voting: false
+ - legacy-swiftclient-dsvm-functional
+ - legacy-swiftclient-dsvm-functional-identity-v3-only:
+ voting: false
+ - openstack-tox-py36:
+ voting: false
gate:
jobs:
- openstack-tox-lower-constraints
+ - legacy-swift-dsvm-functional
+ - legacy-swiftclient-dsvm-functional
+ post:
+ jobs:
+ - openstack-tox-cover