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.

Change-Id: Id37a96f32e58c5a91f25d731c89c7a565614d99f
This commit is contained in:
Martin Kopec 2023-09-19 21:58:12 +02:00
parent 69fd83bc43
commit fc6231cd13
1 changed files with 8 additions and 1 deletions

View File

@ -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: