summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-08-28 17:20:53 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-08-28 17:20:53 -0400
commit779c028e7e1dca779b0b4f431116c7e96f505fe3 (patch)
tree17e92b1d4651de203db16c6a726514f26f1ddc69
parente4312ec9b1cc9d5e47d56f7d3f4560f9dcf5986a (diff)
downloadheat-779c028e7e1dca779b0b4f431116c7e96f505fe3.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: I1d81c1b136ddc79c0470fb5dedbdcc2f1c83f636 Story: #2002586 Task: #24298
-rw-r--r--.zuul.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index ec5aaf5ce..f9e78e992 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -108,6 +108,14 @@
topology: multinode
- project:
+ templates:
+ - openstack-python-jobs
+ - openstack-python35-jobs
+ - publish-openstack-sphinx-docs
+ - periodic-stable-jobs
+ - check-requirements
+ - release-notes-jobs
+ - install-guide-jobs
check:
jobs:
- grenade-heat
@@ -118,6 +126,7 @@
- heat-functional-convg-mysql-lbaasv2-py35
- heat-functional-convg-mysql-lbaasv2-identity-v3-only
gate:
+ queue: heat
jobs:
- grenade-heat
- heat-functional-orig-mysql-lbaasv2
@@ -127,3 +136,6 @@
experimental:
jobs:
- grenade-heat-multinode
+ post:
+ jobs:
+ - openstack-tox-cover