Switch to Victoria tests
This repo has been using train tests and thus was missed by the bot to update from ussuri to victoria, update manually. also, update other jobs to use now py38. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Ie1ef901d7b52800912365cfeae96b0e66108e1fc
This commit is contained in:
parent
977c7b9ff9
commit
b60eee68b4
120
.zuul.yaml
120
.zuul.yaml
@ -2,138 +2,138 @@
|
|||||||
templates:
|
templates:
|
||||||
- lib-forward-testing-python3
|
- lib-forward-testing-python3
|
||||||
- openstack-cover-jobs
|
- openstack-cover-jobs
|
||||||
- openstack-python3-train-jobs
|
- openstack-python3-victoria-jobs
|
||||||
- periodic-stable-jobs
|
- periodic-stable-jobs
|
||||||
- publish-openstack-docs-pti
|
- publish-openstack-docs-pti
|
||||||
- release-notes-jobs-python3
|
- release-notes-jobs-python3
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- tooz-tox-py37-etcd
|
- tooz-tox-py38-etcd
|
||||||
- tooz-tox-py36-etcd
|
- tooz-tox-py36-etcd
|
||||||
- tooz-tox-py37-etcd3
|
- tooz-tox-py38-etcd3
|
||||||
- tooz-tox-py36-etcd3
|
- tooz-tox-py36-etcd3
|
||||||
- tooz-tox-py37-etcd3gw
|
- tooz-tox-py38-etcd3gw
|
||||||
- tooz-tox-py36-etcd3gw
|
- tooz-tox-py36-etcd3gw
|
||||||
- tooz-tox-py37-zookeeper
|
- tooz-tox-py38-zookeeper
|
||||||
- tooz-tox-py36-zookeeper
|
- tooz-tox-py36-zookeeper
|
||||||
- tooz-tox-py37-redis
|
- tooz-tox-py38-redis
|
||||||
- tooz-tox-py36-redis
|
- tooz-tox-py36-redis
|
||||||
- tooz-tox-py37-sentinel
|
- tooz-tox-py38-sentinel
|
||||||
- tooz-tox-py36-sentinel
|
- tooz-tox-py36-sentinel
|
||||||
- tooz-tox-py37-memcached
|
- tooz-tox-py38-memcached
|
||||||
- tooz-tox-py36-memcached
|
- tooz-tox-py36-memcached
|
||||||
- tooz-tox-py37-postgresql
|
- tooz-tox-py38-postgresql
|
||||||
- tooz-tox-py36-postgresql
|
- tooz-tox-py36-postgresql
|
||||||
- tooz-tox-py37-mysql
|
- tooz-tox-py38-mysql
|
||||||
- tooz-tox-py36-mysql
|
- tooz-tox-py36-mysql
|
||||||
- tooz-tox-py37-consul
|
- tooz-tox-py38-consul
|
||||||
- tooz-tox-py36-consul
|
- tooz-tox-py36-consul
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- tooz-tox-py37-etcd
|
- tooz-tox-py38-etcd
|
||||||
- tooz-tox-py36-etcd
|
- tooz-tox-py36-etcd
|
||||||
- tooz-tox-py37-etcd3
|
- tooz-tox-py38-etcd3
|
||||||
- tooz-tox-py36-etcd3
|
- tooz-tox-py36-etcd3
|
||||||
- tooz-tox-py37-etcd3gw
|
- tooz-tox-py38-etcd3gw
|
||||||
- tooz-tox-py36-etcd3gw
|
- tooz-tox-py36-etcd3gw
|
||||||
- tooz-tox-py37-zookeeper
|
- tooz-tox-py38-zookeeper
|
||||||
- tooz-tox-py36-zookeeper
|
- tooz-tox-py36-zookeeper
|
||||||
- tooz-tox-py37-redis
|
- tooz-tox-py38-redis
|
||||||
- tooz-tox-py36-redis
|
- tooz-tox-py36-redis
|
||||||
- tooz-tox-py37-sentinel
|
- tooz-tox-py38-sentinel
|
||||||
- tooz-tox-py36-sentinel
|
- tooz-tox-py36-sentinel
|
||||||
- tooz-tox-py37-memcached
|
- tooz-tox-py38-memcached
|
||||||
- tooz-tox-py36-memcached
|
- tooz-tox-py36-memcached
|
||||||
- tooz-tox-py37-postgresql
|
- tooz-tox-py38-postgresql
|
||||||
- tooz-tox-py36-postgresql
|
- tooz-tox-py36-postgresql
|
||||||
- tooz-tox-py37-mysql
|
- tooz-tox-py38-mysql
|
||||||
- tooz-tox-py36-mysql
|
- tooz-tox-py36-mysql
|
||||||
- tooz-tox-py37-consul
|
- tooz-tox-py38-consul
|
||||||
- tooz-tox-py36-consul
|
- tooz-tox-py36-consul
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tooz-tox-py37-consul
|
name: tooz-tox-py38-consul
|
||||||
parent: openstack-tox-py37
|
parent: openstack-tox-py38
|
||||||
description: |
|
description: |
|
||||||
Run tests using ``py37-consul`` environment.
|
Run tests using ``py38-consul`` environment.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: mysql-python
|
tox_envlist: mysql-python
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tooz-tox-py37-etcd
|
name: tooz-tox-py38-etcd
|
||||||
parent: openstack-tox-py37
|
parent: openstack-tox-py38
|
||||||
description: |
|
description: |
|
||||||
Run tests using ``py37-etcd`` environment.
|
Run tests using ``py38-etcd`` environment.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: py37-etcd
|
tox_envlist: py38-etcd
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tooz-tox-py37-etcd3
|
name: tooz-tox-py38-etcd3
|
||||||
parent: openstack-tox-py37
|
parent: openstack-tox-py38
|
||||||
description: |
|
description: |
|
||||||
Run tests using ``py37-etcd3`` environment.
|
Run tests using ``py38-etcd3`` environment.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: py37-etcd3
|
tox_envlist: py38-etcd3
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tooz-tox-py37-etcd3gw
|
name: tooz-tox-py38-etcd3gw
|
||||||
parent: openstack-tox-py37
|
parent: openstack-tox-py38
|
||||||
description: |
|
description: |
|
||||||
Run tests using ``py37-etcd3gw`` environment.
|
Run tests using ``py38-etcd3gw`` environment.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: py37-etcd3gw
|
tox_envlist: py38-etcd3gw
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tooz-tox-py37-memcached
|
name: tooz-tox-py38-memcached
|
||||||
parent: openstack-tox-py37
|
parent: openstack-tox-py38
|
||||||
description: |
|
description: |
|
||||||
Run tests using ``py37-memcached`` environment.
|
Run tests using ``py38-memcached`` environment.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: py37-memcached
|
tox_envlist: py38-memcached
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tooz-tox-py37-mysql
|
name: tooz-tox-py38-mysql
|
||||||
parent: openstack-tox-py37
|
parent: openstack-tox-py38
|
||||||
description: |
|
description: |
|
||||||
Run tests using ``py37-mysql`` environment.
|
Run tests using ``py38-mysql`` environment.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: py37-mysql
|
tox_envlist: py38-mysql
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tooz-tox-py37-postgresql
|
name: tooz-tox-py38-postgresql
|
||||||
parent: openstack-tox-py37
|
parent: openstack-tox-py38
|
||||||
description: |
|
description: |
|
||||||
Run tests using ``py37-postgresql`` environment.
|
Run tests using ``py38-postgresql`` environment.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: py37-postgresql
|
tox_envlist: py38-postgresql
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tooz-tox-py37-redis
|
name: tooz-tox-py38-redis
|
||||||
parent: openstack-tox-py37
|
parent: openstack-tox-py38
|
||||||
description: |
|
description: |
|
||||||
Run tests using ``py37-redis`` environment.
|
Run tests using ``py38-redis`` environment.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: py37-redis
|
tox_envlist: py38-redis
|
||||||
pre-run:
|
pre-run:
|
||||||
- playbooks/stop-redis.yaml
|
- playbooks/stop-redis.yaml
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tooz-tox-py37-sentinel
|
name: tooz-tox-py38-sentinel
|
||||||
parent: openstack-tox-py37
|
parent: openstack-tox-py38
|
||||||
description: |
|
description: |
|
||||||
Run tests using ``py37-sentinel`` environment.
|
Run tests using ``py38-sentinel`` environment.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: py37-sentinel
|
tox_envlist: py38-sentinel
|
||||||
pre-run:
|
pre-run:
|
||||||
- playbooks/stop-redis.yaml
|
- playbooks/stop-redis.yaml
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tooz-tox-py37-zookeeper
|
name: tooz-tox-py38-zookeeper
|
||||||
parent: openstack-tox-py37
|
parent: openstack-tox-py38
|
||||||
description: |
|
description: |
|
||||||
Run tests using ``py37-zookeeper`` environment.
|
Run tests using ``py38-zookeeper`` environment.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: py37-zookeeper
|
tox_envlist: py38-zookeeper
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tooz-tox-py36-consul
|
name: tooz-tox-py36-consul
|
||||||
|
2
tox.ini
2
tox.ini
@ -1,6 +1,6 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 3.1.0
|
minversion = 3.1.0
|
||||||
envlist = py37,py{36,37}-{zookeeper,redis,sentinel,memcached,postgresql,mysql,consul,etcd,etcd3,etcd3gw},pep8
|
envlist = py38,py{36,38}-{zookeeper,redis,sentinel,memcached,postgresql,mysql,consul,etcd,etcd3,etcd3gw},pep8
|
||||||
ignore_basepython_conflict = True
|
ignore_basepython_conflict = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
Loading…
Reference in New Issue
Block a user