
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
Team and repository tags
Tempest - The OpenStack Integration Test Suite
This is a set of integration tests to be run against a live OpenStack cluster. Tempest has batteries of tests for OpenStack API validation, scenarios, and other specific tests useful in validating an OpenStack deployment.
- Documentation: https://docs.openstack.org/tempest/latest/
- Features: https://specs.openstack.org/openstack/qa-specs/#tempest
- Bugs: https://bugs.launchpad.net/tempest/
- Release Notes: https://docs.openstack.org/releasenotes/tempest
Get in touch via email. Use [tempest] in your subject.
Description
Languages
Python
99.8%
Shell
0.2%