commit | 040070add7ea35414aff8d61e4fe27a9afdec0e0 | [log] [tgz] |
---|---|---|
author | Ghanshyam Mann <gmann@ghanshyammann.com> | Thu Oct 10 21:04:00 2024 -0700 |
committer | Ghanshyam <gmann@ghanshyammann.com> | Fri Nov 15 00:43:54 2024 +0000 |
tree | cbc63aebcf4a5c8d67321696f94a43a8ab0424bd | |
parent | 397f49c2eed9b96a2c3c662154f5b89b53ea20af [diff] [blame] |
Migrate tempest jobs to Ubuntu Noble (24.04) As per 2025.1 cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Noble(24.04). Most of the Tempest jobs will be migrate automatically once devstack base job start running on Noble(Depends-On). As we need to run at least one job on Ubuntu Jammy(22.04), I am adding a new job tempest-full-ubuntu-jammy. Few job like tempest-full-multinode-py3 and plugin sanity job needs to override the nodeset. multinode job needs to run on Jammy till stable/2024.2 and on Noble from master (2025.1) onwards. Stable branch jobs testing stable branch needs to keep running on their supported distro version. Also bump the autopep8 to 2.1.0 as older version does not work on python 3.12 and fail with error: "ModuleNotFoundError: No module named 'lib2to3'". - https://github.com/hhatto/autopep8/issues/581 To resolve the deps of autopep8 2.1.0, I need to bump the hacking to 7.0.0 (this gives flake8 7.1.1 and pycodestyl>2.12 which is needed by autopep8 2.1.0) Depends-On: https://review.opendev.org/c/openstack/devstack/+/931697 Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/932155 [1] https://governance.openstack.org/tc/goals/selected/migrate-ci-jobs-to-ubuntu-noble.html Change-Id: If4bf5e8f8c663933d70349aa8ddb45c28e8e558b
diff --git a/test-requirements.txt b/test-requirements.txt index bd4d772..b925921 100644 --- a/test-requirements.txt +++ b/test-requirements.txt
@@ -1,4 +1,4 @@ -hacking>=6.1.0,<6.2.0 +hacking>=7.0.0,<7.1.0 coverage!=4.4,>=4.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 flake8-import-order>=0.18.0,<0.19.0 # LGPLv3