summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Hai <nguyentrihai93@gmail.com>2018-08-24 16:38:54 +0900
committerAndreas Jaeger <jaegerandi@gmail.com>2018-08-28 17:42:29 +0000
commit0319152ee6200e3eff955d055f8afe03d6d63e3c (patch)
treebafcb29995adcd15627e16dd0765f5f6107fda63
parent8093f92dded2be7f0cfce6f3dc164298eabd485a (diff)
downloadpython-swiftclient-0319152ee6200e3eff955d055f8afe03d6d63e3c.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: I0d6dbb0956cb63a1317a25222f86433ca13b28fc Story: #2002586 Task: #24337
-rw-r--r--.zuul.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
new file mode 100644
index 0000000..2d001c1
--- /dev/null
+++ b/.zuul.yaml
@@ -0,0 +1,26 @@
+- 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:
+ - 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:
+ - legacy-swift-dsvm-functional
+ - legacy-swiftclient-dsvm-functional
+ post:
+ jobs:
+ - openstack-tox-cover