Update gate jobs as per the 2025.1 cycle testing runtime
As per 2025.1 testing runtime[1], we need to test on Ubuntu Noble and python 3.9 to 3.12. Fixing py3.11 for mysql pkg which run on debian-bookworm. Tracking: https://etherpad.opendev.org/p/migrate-to-noble [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Change-Id: If0e5c39a5e72cc3ad67dcd1c9a99bfbe612d6ca8
This commit is contained in:
		| @@ -6,12 +6,14 @@ | |||||||
|     check: |     check: | ||||||
|       jobs: |       jobs: | ||||||
|         - openstack-tox-pep8 |         - openstack-tox-pep8 | ||||||
|         - openstack-tox-py38 |  | ||||||
|         - openstack-tox-py39 |         - openstack-tox-py39 | ||||||
|         - openstack-tox-py310 |         - openstack-tox-py310 | ||||||
|  |         - openstack-tox-py311 | ||||||
|  |         - openstack-tox-py312 | ||||||
|     gate: |     gate: | ||||||
|       jobs: |       jobs: | ||||||
|         - openstack-tox-pep8 |         - openstack-tox-pep8 | ||||||
|         - openstack-tox-py38 |  | ||||||
|         - openstack-tox-py39 |         - openstack-tox-py39 | ||||||
|         - openstack-tox-py310 |         - openstack-tox-py310 | ||||||
|  |         - openstack-tox-py311 | ||||||
|  |         - openstack-tox-py312 | ||||||
|   | |||||||
| @@ -1,8 +1,9 @@ | |||||||
| # This is a cross-platform list tracking distribution packages needed by tests; | # This is a cross-platform list tracking distribution packages needed by tests; | ||||||
| # see http://docs.openstack.org/infra/bindep/ for additional information. | # see http://docs.openstack.org/infra/bindep/ for additional information. | ||||||
|  |  | ||||||
| mysql-client [platform:dpkg] | mysql-client [platform:dpkg !platform:debian] | ||||||
| mysql-server [platform:dpkg] | mysql-server [platform:dpkg !platform:debian] | ||||||
|  | mariadb-server [platform:debian] | ||||||
| postgresql | postgresql | ||||||
| postgresql-client [platform:dpkg] | postgresql-client [platform:dpkg] | ||||||
| postgresql-server [platform:rpm] | postgresql-server [platform:rpm] | ||||||
|   | |||||||
| @@ -6,7 +6,7 @@ description_file = | |||||||
| author = OpenStack | author = OpenStack | ||||||
| author_email = openstack-discuss@lists.openstack.org | author_email = openstack-discuss@lists.openstack.org | ||||||
| home_page = https://docs.openstack.org/coverage2sql/latest/ | home_page = https://docs.openstack.org/coverage2sql/latest/ | ||||||
| python_requires = >=3.8 | python_requires = >=3.9 | ||||||
| classifier = | classifier = | ||||||
|     Environment :: OpenStack |     Environment :: OpenStack | ||||||
|     Intended Audience :: Information Technology |     Intended Audience :: Information Technology | ||||||
| @@ -17,9 +17,10 @@ classifier = | |||||||
|     Programming Language :: Python :: Implementation :: CPython |     Programming Language :: Python :: Implementation :: CPython | ||||||
|     Programming Language :: Python :: 3 :: Only |     Programming Language :: Python :: 3 :: Only | ||||||
|     Programming Language :: Python :: 3 |     Programming Language :: Python :: 3 | ||||||
|     Programming Language :: Python :: 3.8 |  | ||||||
|     Programming Language :: Python :: 3.9 |     Programming Language :: Python :: 3.9 | ||||||
|     Programming Language :: Python :: 3.10 |     Programming Language :: Python :: 3.10 | ||||||
|  |     Programming Language :: Python :: 3.11 | ||||||
|  |     Programming Language :: Python :: 3.12 | ||||||
|  |  | ||||||
| [files] | [files] | ||||||
| packages = | packages = | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Ghanshyam Mann
					Ghanshyam Mann