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 (which will be taken care by depends-on tempest and devstack
patches to move base jobs to Noble) and at least single job to run on
Ubuntu Jammy (for smooth upgrade from previous releases).

This commit adds a new job to run on Jammy which can be removed
in future cycle when testing runtime test next version of Ubuntu
as default.

Currently doc job running on Noble fail with the below error
which is fixed by installing libjpeg-dev package
 - ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (Pillow)

Closes-Bug: #2088355

Depends-On: https://review.opendev.org/c/openstack/barbican-tempest-plugin/+/932946

[1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html

Change-Id: I1b6332763c02b08cf2d1e0be9f1ed46e73b963f0
This commit is contained in:
Ghanshyam Mann 2024-10-21 19:05:36 -07:00 committed by Ghanshyam
parent 97ce039f26
commit ccaa10394d
2 changed files with 2 additions and 0 deletions

View File

@ -118,6 +118,7 @@
- barbican-grenade:
voting: false
- barbican-tempest-plugin-simple-crypto
- barbican-tempest-plugin-simple-crypto-jammy
- barbican-tempest-plugin-simple-crypto-secure-rbac
- barbican-tempest-plugin-simple-crypto-ipv6-only
- barbican-tox-functional-fips:

View File

@ -3,6 +3,7 @@
nss-devel [platform:rpm]
libnss3-dev [platform:dpkg]
libjpeg-dev [platform:dpkg]
gettext [test]
graphviz [doc test]