summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-08-03 18:00:09 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-08-03 18:00:09 -0400
commitd50ffd31993db956ea03125d50ca7f1d8b0cd12a (patch)
tree91cf1f9bc0038c702d7e986a3f3bece629c4ed81
parent68b1888d0bc0b95da7bb70535e4082b97c27631b (diff)
downloadtaskflow-d50ffd31993db956ea03125d50ca7f1d8b0cd12a.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. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I440e4c8e4fb76acbb5c0d0617babb825d070fb0e Story: #2003250
-rw-r--r--.zuul.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
new file mode 100644
index 0000000..ea4e6b7
--- /dev/null
+++ b/.zuul.yaml
@@ -0,0 +1,12 @@
+- project:
+ templates:
+ - check-requirements
+ - openstack-python-jobs
+ - openstack-python35-jobs
+ - publish-openstack-docs-pti
+ - lib-forward-testing
+ - release-notes-jobs-python3
+ - periodic-stable-jobs
+ post:
+ jobs:
+ - openstack-tox-cover