Introduce lvm-fips py3.11 job
Older releases run successfully on the standard centos9
configuration, for 2025.2 and forward, use python 3.11.
Depends-On: I08d2da7920848c887de9e7d370a66deed6d2a059
Change-Id: I4f861f6ec5ed5ff71ef3d4c17e696c2b75c9e4c9
Signed-off-by: Eric Harney <eharney@redhat.com>
Eric Harney
9 months ago
| 12 | 12 | # do about this, which should be at the March 2023 virtual PTG. |
| 13 | 13 | - cinder-tempest-plugin-lvm-tgt-barbican: |
| 14 | 14 | voting: false |
| 15 | - cinder-tempest-plugin-lvm-lio-barbican-fips: | |
| 15 | - cinder-tempest-plugin-lvm-lio-barbican-fips-2025-1: | |
| 16 | voting: false | |
| 17 | - cinder-tempest-plugin-lvm-lio-barbican-fips-py311: | |
| 16 | 18 | voting: false |
| 17 | 19 | - cinder-tempest-plugin-lvm-nvmet-barbican |
| 18 | 20 | - nova-ceph-multistore: |
| 327 | 329 | tempest_exclude_regex: 'test_encrypted_cinder_volumes_cryptsetup' |
| 328 | 330 | |
| 329 | 331 | - job: |
| 332 | name: cinder-tempest-plugin-lvm-lio-barbican-fips-2025-1 | |
| 333 | parent: cinder-tempest-plugin-lvm-lio-barbican-fips | |
| 334 | override-checkout: stable/2025.1 | |
| 335 | ||
| 336 | - job: | |
| 337 | name: cinder-tempest-plugin-lvm-lio-barbican-fips-py311 | |
| 338 | parent: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream | |
| 339 | nodeset: devstack-single-node-centos-9-stream | |
| 340 | description: | | |
| 341 | This job configures Cinder with LVM, LIO, barbican and | |
| 342 | runs tempest tests and cinderlib tests on CentOS Stream 9 | |
| 343 | under FIPS mode | |
| 344 | vars: | |
| 345 | enable_fips: True | |
| 346 | nslookup_target: 'opendev.org' | |
| 347 | tempest_exclude_regex: 'test_encrypted_cinder_volumes_cryptsetup' | |
| 348 | devstack_localrc: | |
| 349 | PYTHON3_VERSION: 3.11 | |
| 350 | ||
| 351 | - job: | |
| 330 | 352 | name: cinder-tempest-plugin-lvm-nvmet-barbican |
| 331 | 353 | description: | |
| 332 | 354 | This jobs configures Cinder with LVM, nvmet, barbican and |