Merge "Use py312 for all neutron jobs"
This commit is contained in:
commit
3c2199415f
@ -15,10 +15,10 @@ classifier =
|
||||
Operating System :: POSIX :: Linux
|
||||
Programming Language :: Python
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
Programming Language :: Python :: 3.12
|
||||
|
||||
[files]
|
||||
packages =
|
||||
|
@ -234,9 +234,9 @@
|
||||
override-checkout: main
|
||||
|
||||
- job:
|
||||
name: openstack-tox-py311-with-sqlalchemy-master
|
||||
name: openstack-tox-py312-with-sqlalchemy-master
|
||||
branches: ^master$
|
||||
parent: openstack-tox-py311
|
||||
parent: openstack-tox-py312
|
||||
required-projects:
|
||||
- name: github.com/sqlalchemy/sqlalchemy
|
||||
override-checkout: main
|
||||
|
@ -82,13 +82,13 @@
|
||||
- neutron-tempest-plugin-api-ovn-wsgi
|
||||
# Jobs added to the periodic queue by templates defined in
|
||||
# https://opendev.org/openstack/openstack-zuul-jobs/src/branch/master/zuul.d/project-templates.yaml
|
||||
- openstack-tox-py311-with-neutron-lib-master:
|
||||
- openstack-tox-py312-with-neutron-lib-master:
|
||||
timeout: 3600
|
||||
irrelevant-files: *irrelevant-files
|
||||
- openstack-tox-py311-with-oslo-master:
|
||||
- openstack-tox-py312-with-oslo-master:
|
||||
timeout: 3600
|
||||
irrelevant-files: *irrelevant-files
|
||||
- openstack-tox-py311-with-ovsdbapp-master:
|
||||
- openstack-tox-py312-with-ovsdbapp-master:
|
||||
timeout: 3600
|
||||
irrelevant-files: *irrelevant-files
|
||||
|
||||
@ -126,7 +126,7 @@
|
||||
- openstack-tox-py39-with-oslo-master:
|
||||
timeout: 3600
|
||||
irrelevant-files: *irrelevant-files
|
||||
- openstack-tox-py311-with-sqlalchemy-master:
|
||||
- openstack-tox-py312-with-sqlalchemy-master:
|
||||
timeout: 3600
|
||||
irrelevant-files: *irrelevant-files
|
||||
- neutron-functional-with-oslo-master
|
||||
|
Loading…
Reference in New Issue
Block a user