summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Hai <nguyentrihai93@gmail.com>2018-08-24 16:37:43 +0900
committerAndreas Jaeger <jaegerandi@gmail.com>2018-08-28 17:40:25 +0000
commitbd6a12c7518f40f80100396147c143caf133215c (patch)
tree88bf9f4f932d275ecf9db49ae04a26edea7db69b
parent79e00ea0d62d9c6e9a53ba8d80fcf27b7e2c79c8 (diff)
downloadpython-swiftclient-bd6a12c7518f40f80100396147c143caf133215c.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: I59f4cbc0a21b8be3a1cae28a64f90d5adcf6be24 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