Include openstack-tox-py311 job
Getting rid of the antelope template and replacing it with the list of the jobs instead - it's gonna be easier to add newer python jobs as we won't have to check which ones are a part of a template and which need to be added directly. mysql-server and mysql-client seem to be changed for mariadb-server and mariadb-client: https://github.com/geerlingguy/ansible-role-mysql/issues/336 Change-Id: Id37a96f32e58c5a91f25d731c89c7a565614d99f
This commit is contained in:
parent
69fd83bc43
commit
fa704ce067
@ -2,15 +2,22 @@
|
||||
templates:
|
||||
- nodejs18-jobs
|
||||
- openstack-cover-jobs
|
||||
- openstack-python3-antelope-jobs
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-pep8
|
||||
- openstack-tox-py38
|
||||
- openstack-tox-py39
|
||||
- openstack-tox-py310
|
||||
- openstack-tox-py311
|
||||
- refstack-tox-functional
|
||||
- opendev-tox-docs
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-tox-pep8
|
||||
- openstack-tox-py38
|
||||
- openstack-tox-py39
|
||||
- openstack-tox-py310
|
||||
- openstack-tox-py311
|
||||
- refstack-tox-functional
|
||||
- opendev-tox-docs
|
||||
promote:
|
||||
|
@ -2,7 +2,7 @@
|
||||
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
||||
|
||||
gcc [compile test]
|
||||
mysql-client [test platform:dpkg]
|
||||
mysql-server [test platform:dpkg]
|
||||
mariadb-client [test platform:dpkg]
|
||||
mariadb-server [test platform:dpkg]
|
||||
postgresql [test]
|
||||
postgresql-client [test platform:dpkg]
|
||||
|
@ -18,6 +18,7 @@ classifier =
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
Programming Language :: Python :: 3 :: Only
|
||||
Programming Language :: Python :: Implementation :: CPython
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user