tooz/.zuul.yaml
Corey Bryant 5f7a0e290e Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: Ie594497012dd65372c0014890f1fc989714a94b1
Story: #2005924
Task: #34234
2019-07-05 15:20:19 -04:00

224 lines
5.3 KiB
YAML

- project:
templates:
- check-requirements
- lib-forward-testing
- lib-forward-testing-python3
- openstack-cover-jobs
- openstack-python-jobs
- openstack-python3-train-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- tooz-tox-py27-etcd
- tooz-tox-py36-etcd
- tooz-tox-py27-etcd3
- tooz-tox-py36-etcd3
- tooz-tox-py27-etcd3gw
- tooz-tox-py36-etcd3gw
- tooz-tox-py27-zookeeper
- tooz-tox-py36-zookeeper
- tooz-tox-py27-redis
- tooz-tox-py36-redis
- tooz-tox-py27-sentinel
- tooz-tox-py36-sentinel
- tooz-tox-py27-memcached
- tooz-tox-py36-memcached
- tooz-tox-py27-postgresql
- tooz-tox-py36-postgresql
- tooz-tox-py27-mysql
- tooz-tox-py36-mysql
- tooz-tox-py27-consul
- tooz-tox-py36-consul
gate:
jobs:
- tooz-tox-py27-etcd
- tooz-tox-py36-etcd
- tooz-tox-py27-etcd3
- tooz-tox-py36-etcd3
- tooz-tox-py27-etcd3gw
- tooz-tox-py36-etcd3gw
- tooz-tox-py27-zookeeper
- tooz-tox-py36-zookeeper
- tooz-tox-py27-redis
- tooz-tox-py36-redis
- tooz-tox-py27-sentinel
- tooz-tox-py36-sentinel
- tooz-tox-py27-memcached
- tooz-tox-py36-memcached
- tooz-tox-py27-postgresql
- tooz-tox-py36-postgresql
- tooz-tox-py27-mysql
- tooz-tox-py36-mysql
- tooz-tox-py27-consul
- tooz-tox-py36-consul
- job:
name: tooz-tox-py27-consul
parent: openstack-tox
description: |
Run tests using ``py27-consul`` environment.
vars:
tox_envlist: mysql-python
- job:
name: tooz-tox-py27-etcd
parent: openstack-tox
description: |
Run tests using ``py27-etcd`` environment.
vars:
tox_envlist: py27-etcd
- job:
name: tooz-tox-py27-etcd3
parent: openstack-tox
description: |
Run tests using ``py27-etcd3`` environment.
vars:
tox_envlist: py27-etcd3
- job:
name: tooz-tox-py27-etcd3gw
parent: openstack-tox
description: |
Run tests using ``py27-etcd3gw`` environment.
vars:
tox_envlist: py27-etcd3gw
- job:
name: tooz-tox-py27-memcached
parent: openstack-tox
description: |
Run tests using ``py27-memcached`` environment.
vars:
tox_envlist: py27-memcached
- job:
name: tooz-tox-py27-mysql
parent: openstack-tox
description: |
Run tests using ``py27-mysql`` environment.
vars:
tox_envlist: py27-mysql
- job:
name: tooz-tox-py27-postgresql
parent: openstack-tox
description: |
Run tests using ``py27-postgresql`` environment.
vars:
tox_envlist: py27-postgresql
- job:
name: tooz-tox-py27-redis
parent: openstack-tox
description: |
Run tests using ``py27-redis`` environment.
vars:
tox_envlist: py27-redis
pre-run:
- playbooks/stop-redis.yaml
- job:
name: tooz-tox-py27-sentinel
parent: openstack-tox
description: |
Run tests using ``py27-sentinel`` environment.
vars:
tox_envlist: py27-sentinel
pre-run:
- playbooks/stop-redis.yaml
- job:
name: tooz-tox-py27-zookeeper
parent: openstack-tox
description: |
Run tests using ``py27-zookeeper`` environment.
vars:
tox_envlist: py27-zookeeper
- job:
name: tooz-tox-py36-consul
parent: openstack-tox
description: |
Run tests using ``py36-consul`` environment.
vars:
tox_envlist: py36-consul
- job:
name: tooz-tox-py36-etcd
parent: openstack-tox
description: |
Run tests using ``py36-etcd`` environment.
vars:
tox_envlist: py36-etcd
- job:
name: tooz-tox-py36-etcd3
parent: openstack-tox
description: |
Run tests using ``py36-etcd3`` environment.
vars:
tox_envlist: py36-etcd3
- job:
name: tooz-tox-py36-etcd3gw
parent: openstack-tox
description: |
Run tests using ``py36-etcd3gw`` environment.
vars:
tox_envlist: py36-etcd3gw
- job:
name: tooz-tox-py36-memcached
parent: openstack-tox
description: |
Run tests using ``py36-memcached`` environment.
vars:
tox_envlist: py36-memcached
- job:
name: tooz-tox-py36-mysql
parent: openstack-tox
description: |
Run tests using ``py36-mysql`` environment.
vars:
tox_envlist: py36-mysql
- job:
name: tooz-tox-py36-postgresql
parent: openstack-tox
description: |
Run tests using ``py36-postgresql`` environment.
vars:
tox_envlist: py36-postgresql
- job:
name: tooz-tox-py36-redis
parent: openstack-tox
description: |
Run tests using ``py36-redis`` environment.
vars:
tox_envlist: py36-redis
pre-run:
- playbooks/stop-redis.yaml
- job:
name: tooz-tox-py36-sentinel
parent: openstack-tox
description: |
Run tests using ``py36-sentinel`` environment.
vars:
tox_envlist: py36-sentinel
pre-run:
- playbooks/stop-redis.yaml
- job:
name: tooz-tox-py36-zookeeper
parent: openstack-tox
description: |
Run tests using ``py36-zookeeper`` environment.
vars:
tox_envlist: py36-zookeeper