summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-09-18 15:24:40 +0000
committerGerrit Code Review <review@openstack.org>2018-09-18 15:24:40 +0000
commitae54cf2f540a61bc94131776a5b08d7f4853b3f3 (patch)
tree35914306fef153021a5476b875c7ded4a5afa525
parentbd7cc62a737362f721b11462c540fd1db07ac457 (diff)
parentf3566d3f04efba711a1ec1b43d17a979eafcc611 (diff)
downloadtooz-ae54cf2f540a61bc94131776a5b08d7f4853b3f3.tar.gz
Merge "Use templates for cover"
-rw-r--r--.zuul.yaml96
1 files changed, 35 insertions, 61 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index bd46411..adbb9dc 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -1,86 +1,60 @@
- project:
+ templates:
+ - check-requirements
+ - lib-forward-testing
+ - lib-forward-testing-python3
+ - openstack-cover-jobs
+ - openstack-python-jobs
+ - openstack-python35-jobs
+ - openstack-python36-jobs
+ - periodic-stable-jobs
+ - publish-openstack-docs-pti
+ - release-notes-jobs-python3
check:
jobs:
- tooz-tox-py27-etcd
- - tooz-tox-py35-etcd:
- branches: ^(?!stable/newton).*$
- - tooz-tox-py27-etcd3:
- branches: ^(?!stable/(newton|ocata)).*$
- - tooz-tox-py35-etcd3:
- branches: ^(?!stable/(newton|ocata)).*$
- - tooz-tox-py27-etcd3gw:
- branches: ^(?!stable/(newton|ocata)).*$
- - tooz-tox-py35-etcd3gw:
- branches: ^(?!stable/(newton|ocata)).*$
+ - tooz-tox-py35-etcd
+ - tooz-tox-py27-etcd3
+ - tooz-tox-py35-etcd3
+ - tooz-tox-py27-etcd3gw
+ - tooz-tox-py35-etcd3gw
- tooz-tox-py27-zookeeper
- - tooz-tox-py35-zookeeper:
- branches: ^(?!stable/newton).*$
+ - tooz-tox-py35-zookeeper
- tooz-tox-py27-redis
- - tooz-tox-py35-redis:
- branches: ^(?!stable/newton).*$
+ - tooz-tox-py35-redis
- tooz-tox-py27-sentinel
- - tooz-tox-py35-sentinel:
- branches: ^(?!stable/newton).*$
+ - tooz-tox-py35-sentinel
- tooz-tox-py27-memcached
- - tooz-tox-py35-memcached:
- branches: ^(?!stable/newton).*$
+ - tooz-tox-py35-memcached
- tooz-tox-py27-postgresql
- - tooz-tox-py35-postgresql:
- branches: ^(?!stable/newton).*$
+ - tooz-tox-py35-postgresql
- tooz-tox-py27-mysql
- - tooz-tox-py35-mysql:
- branches: ^(?!stable/newton).*$
+ - tooz-tox-py35-mysql
- tooz-tox-py27-consul
- - tooz-tox-py35-consul:
- branches: ^(?!stable/newton).*$
+ - tooz-tox-py35-consul
gate:
jobs:
- tooz-tox-py27-etcd
- - tooz-tox-py35-etcd:
- branches: ^(?!stable/newton).*$
- - tooz-tox-py27-etcd3:
- branches: ^(?!stable/(newton|ocata)).*$
- - tooz-tox-py35-etcd3:
- branches: ^(?!stable/(newton|ocata)).*$
- - tooz-tox-py27-etcd3gw:
- branches: ^(?!stable/(newton|ocata)).*$
- - tooz-tox-py35-etcd3gw:
- branches: ^(?!stable/(newton|ocata)).*$
+ - tooz-tox-py35-etcd
+ - tooz-tox-py27-etcd3
+ - tooz-tox-py35-etcd3
+ - tooz-tox-py27-etcd3gw
+ - tooz-tox-py35-etcd3gw
- tooz-tox-py27-zookeeper
- - tooz-tox-py35-zookeeper:
- branches: ^(?!stable/newton).*$
+ - tooz-tox-py35-zookeeper
- tooz-tox-py27-redis
- - tooz-tox-py35-redis:
- branches: ^(?!stable/newton).*$
+ - tooz-tox-py35-redis
- tooz-tox-py27-sentinel
- - tooz-tox-py35-sentinel:
- branches: ^(?!stable/newton).*$
+ - tooz-tox-py35-sentinel
- tooz-tox-py27-memcached
- - tooz-tox-py35-memcached:
- branches: ^(?!stable/newton).*$
+ - tooz-tox-py35-memcached
- tooz-tox-py27-postgresql
- - tooz-tox-py35-postgresql:
- branches: ^(?!stable/newton).*$
+ - tooz-tox-py35-postgresql
- tooz-tox-py27-mysql
- - tooz-tox-py35-mysql:
- branches: ^(?!stable/newton).*$
+ - tooz-tox-py35-mysql
- tooz-tox-py27-consul
- - tooz-tox-py35-consul:
- branches: ^(?!stable/newton).*$
+ - tooz-tox-py35-consul
- templates:
- - check-requirements
- - openstack-python-jobs
- - openstack-python35-jobs
- - publish-openstack-docs-pti
- - lib-forward-testing
- - lib-forward-testing-python3
- - release-notes-jobs-python3
- - periodic-stable-jobs
- - openstack-python36-jobs
- post:
- jobs:
- - openstack-tox-cover
- job:
name: tooz-tox-py27-consul
parent: openstack-tox