Update jobs based on testing runtime for 2025.1
Based on [0] only py39 and py312 jobs are in the testing runtime for 2025.1, updated relevant files accordingly. [0] https://review.opendev.org/c/openstack/governance/+/926150 Depends-on: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/926153 Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/929823 Change-Id: Ie8b05b4666073d8e47c892672efb74e1d27ce201
This commit is contained in:
18
.zuul.yaml
18
.zuul.yaml
@@ -11,12 +11,6 @@
|
||||
- openstack-tox-py39:
|
||||
required-projects:
|
||||
- openstack/neutron
|
||||
- openstack-tox-py310:
|
||||
required-projects:
|
||||
- openstack/neutron
|
||||
- openstack-tox-py311:
|
||||
required-projects:
|
||||
- openstack/neutron
|
||||
- openstack-tox-py312:
|
||||
required-projects:
|
||||
- openstack/neutron
|
||||
@@ -31,10 +25,7 @@
|
||||
- openstack-tox-py39:
|
||||
required-projects:
|
||||
- openstack/neutron
|
||||
- openstack-tox-py310:
|
||||
required-projects:
|
||||
- openstack/neutron
|
||||
- openstack-tox-py311:
|
||||
- openstack-tox-py312:
|
||||
required-projects:
|
||||
- openstack/neutron
|
||||
- openstack-tox-docs:
|
||||
@@ -46,7 +37,7 @@
|
||||
experimental:
|
||||
jobs:
|
||||
- neutron-vpnaas-rally
|
||||
- openstack-tox-py310-with-oslo-master:
|
||||
- openstack-tox-py312-with-oslo-master:
|
||||
required-projects:
|
||||
- openstack/neutron
|
||||
periodic-weekly:
|
||||
@@ -54,10 +45,7 @@
|
||||
- openstack-tox-py312:
|
||||
required-projects:
|
||||
- openstack/neutron
|
||||
- openstack-tox-py311:
|
||||
required-projects:
|
||||
- openstack/neutron
|
||||
- openstack-tox-py310-with-oslo-master:
|
||||
- openstack-tox-py312-with-oslo-master:
|
||||
required-projects:
|
||||
- openstack/neutron
|
||||
- neutron-tempest-plugin-vpnaas
|
||||
|
||||
@@ -6,7 +6,7 @@ description_file =
|
||||
author = OpenStack
|
||||
author_email = openstack-discuss@lists.openstack.org
|
||||
home_page = https://docs.openstack.org/neutron-vpnaas/latest/
|
||||
python_requires = >=3.8
|
||||
python_requires = >=3.9
|
||||
classifier =
|
||||
Environment :: OpenStack
|
||||
Intended Audience :: Information Technology
|
||||
@@ -17,10 +17,10 @@ classifier =
|
||||
Programming Language :: Python :: Implementation :: CPython
|
||||
Programming Language :: Python :: 3 :: Only
|
||||
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 =
|
||||
|
||||
Reference in New Issue
Block a user