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: I37e72fda65ffc43ce90a6d5724628c405f13acdd
This commit is contained in:
Martin Kopec 2023-09-19 21:47:42 +02:00
parent adfd17a082
commit b60a7e41f7

View File

@ -1,9 +1,13 @@
- project:
templates:
- 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-client-devstack-master:
# Define a list of irrelevant files to use everywhere else
irrelevant-files: &refstack-client-irrelevant-files
@ -23,6 +27,11 @@
- openstack-tox-py39
gate:
jobs:
- openstack-tox-pep8
- openstack-tox-py38
- openstack-tox-py39
- openstack-tox-py310
- openstack-tox-py311
- refstack-client-devstack-master:
irrelevant-files: *refstack-client-irrelevant-files
- refstack-client-devstack-2023-1: