f3566d3f04
Use openstack-tox-cover template, this runs the cover job in the check queue only. Remove jobs that are part of the templates. Sort list of templates and place templates as first element of project stanza to follow common practice. Remove all branch conditions, those are implizit. Change-Id: I458cb125bea7840b1a3931fa74929816d9ba4bd2
217 lines
5.1 KiB
YAML
217 lines
5.1 KiB
YAML
- 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
|
|
- tooz-tox-py27-etcd3
|
|
- tooz-tox-py35-etcd3
|
|
- tooz-tox-py27-etcd3gw
|
|
- tooz-tox-py35-etcd3gw
|
|
- tooz-tox-py27-zookeeper
|
|
- tooz-tox-py35-zookeeper
|
|
- tooz-tox-py27-redis
|
|
- tooz-tox-py35-redis
|
|
- tooz-tox-py27-sentinel
|
|
- tooz-tox-py35-sentinel
|
|
- tooz-tox-py27-memcached
|
|
- tooz-tox-py35-memcached
|
|
- tooz-tox-py27-postgresql
|
|
- tooz-tox-py35-postgresql
|
|
- tooz-tox-py27-mysql
|
|
- tooz-tox-py35-mysql
|
|
- tooz-tox-py27-consul
|
|
- tooz-tox-py35-consul
|
|
gate:
|
|
jobs:
|
|
- tooz-tox-py27-etcd
|
|
- 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
|
|
- tooz-tox-py27-redis
|
|
- tooz-tox-py35-redis
|
|
- tooz-tox-py27-sentinel
|
|
- tooz-tox-py35-sentinel
|
|
- tooz-tox-py27-memcached
|
|
- tooz-tox-py35-memcached
|
|
- tooz-tox-py27-postgresql
|
|
- tooz-tox-py35-postgresql
|
|
- tooz-tox-py27-mysql
|
|
- tooz-tox-py35-mysql
|
|
- tooz-tox-py27-consul
|
|
- tooz-tox-py35-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
|
|
|
|
- job:
|
|
name: tooz-tox-py27-sentinel
|
|
parent: openstack-tox
|
|
description: |
|
|
Run tests using ``py27-sentinel`` environment.
|
|
vars:
|
|
tox_envlist: py27-sentinel
|
|
|
|
- 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-py35-consul
|
|
parent: openstack-tox
|
|
description: |
|
|
Run tests using ``py35-consul`` environment.
|
|
vars:
|
|
tox_envlist: py35-consul
|
|
|
|
- job:
|
|
name: tooz-tox-py35-etcd
|
|
parent: openstack-tox
|
|
description: |
|
|
Run tests using ``py35-etcd`` environment.
|
|
vars:
|
|
tox_envlist: py35-etcd
|
|
|
|
- job:
|
|
name: tooz-tox-py35-etcd3
|
|
parent: openstack-tox
|
|
description: |
|
|
Run tests using ``py35-etcd3`` environment.
|
|
vars:
|
|
tox_envlist: py35-etcd3
|
|
|
|
- job:
|
|
name: tooz-tox-py35-etcd3gw
|
|
parent: openstack-tox
|
|
description: |
|
|
Run tests using ``py35-etcd3gw`` environment.
|
|
vars:
|
|
tox_envlist: py35-etcd3gw
|
|
|
|
- job:
|
|
name: tooz-tox-py35-memcached
|
|
parent: openstack-tox
|
|
description: |
|
|
Run tests using ``py35-memcached`` environment.
|
|
vars:
|
|
tox_envlist: py35-memcached
|
|
|
|
- job:
|
|
name: tooz-tox-py35-mysql
|
|
parent: openstack-tox
|
|
description: |
|
|
Run tests using ``py35-mysql`` environment.
|
|
vars:
|
|
tox_envlist: py35-mysql
|
|
|
|
- job:
|
|
name: tooz-tox-py35-postgresql
|
|
parent: openstack-tox
|
|
description: |
|
|
Run tests using ``py35-postgresql`` environment.
|
|
vars:
|
|
tox_envlist: py35-postgresql
|
|
|
|
- job:
|
|
name: tooz-tox-py35-redis
|
|
parent: openstack-tox
|
|
description: |
|
|
Run tests using ``py35-redis`` environment.
|
|
vars:
|
|
tox_envlist: py35-redis
|
|
|
|
- job:
|
|
name: tooz-tox-py35-sentinel
|
|
parent: openstack-tox
|
|
description: |
|
|
Run tests using ``py35-sentinel`` environment.
|
|
vars:
|
|
tox_envlist: py35-sentinel
|
|
|
|
- job:
|
|
name: tooz-tox-py35-zookeeper
|
|
parent: openstack-tox
|
|
description: |
|
|
Run tests using ``py35-zookeeper`` environment.
|
|
vars:
|
|
tox_envlist: py35-zookeeper
|