summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-09-09 06:00:34 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-09-09 06:00:34 -0400
commit197da987b1e1bc68858ab23c6ec6cf92b5a55bdc (patch)
tree2b6cf8f908e31b0da69dd7e59c32a2a2ff04d5c7
parent1c032c6fb76928d6b1d06a724f9d84374418f354 (diff)
downloadtrove-197da987b1e1bc68858ab23c6ec6cf92b5a55bdc.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: Ie4708672fced79cf18407c683c0119a56c4264a8 Story: #2002586 Task: #24342
-rw-r--r--.zuul.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
new file mode 100644
index 00000000..9e73024c
--- /dev/null
+++ b/.zuul.yaml
@@ -0,0 +1,18 @@
+- project:
+ templates:
+ - openstack-python-jobs
+ - openstack-python35-jobs
+ - publish-openstack-sphinx-docs
+ - periodic-stable-jobs
+ - check-requirements
+ - release-notes-jobs
+ check:
+ jobs:
+ - openstack-tox-pylint
+ gate:
+ queue: trove
+ jobs:
+ - openstack-tox-pylint
+ post:
+ jobs:
+ - openstack-tox-cover