Merge "Version bumps to prepare for rhel9 transition"

This commit is contained in:
Zuul 2021-04-29 19:20:45 +00:00 committed by Gerrit Code Review
commit 3e4c178642
3 changed files with 6 additions and 2 deletions

View File

@ -43,12 +43,13 @@
- project:
templates:
- check-requirements
- openstack-python3-victoria-jobs
- validations-common-molecule-jobs
check:
jobs:
- openstack-tox-linters
- openstack-tox-cover
- openstack-tox-py36
- openstack-tox-py39
- validations-common-functional
- tripleo-ci-centos-8-content-provider:
dependencies:
@ -70,6 +71,8 @@
gate:
jobs:
- openstack-tox-linters
- openstack-tox-py36
- openstack-tox-py39
- validations-common-functional
- tripleo-ci-centos-8-content-provider:
dependencies:

View File

@ -21,6 +21,7 @@ classifier =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[files]
packages =

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.2.0
envlist = linters,docs,py38,molecule
envlist = linters,docs,py,molecule
skipdist = True
requires =
tox-ansible >= 1.0.5