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 authored 10 months ago
Thomas Goirand committed 3 months ago
| 13 | 13 | # do about this, which should be at the March 2023 virtual PTG. |
| 14 | 14 | - cinder-tempest-plugin-lvm-tgt-barbican: |
| 15 | 15 | voting: false |
| 16 | - cinder-tempest-plugin-lvm-lio-barbican-fips: | |
| 16 | - cinder-tempest-plugin-lvm-lio-barbican-fips-2025-1: | |
| 17 | voting: false | |
| 18 | - cinder-tempest-plugin-lvm-lio-barbican-fips-py311: | |
| 17 | 19 | voting: false |
| 18 | 20 | - cinder-tempest-plugin-lvm-nvmet-barbican |
| 19 | 21 | - nova-ceph-multistore: |
| 353 | 355 | tempest_exclude_regex: 'test_encrypted_cinder_volumes_cryptsetup' |
| 354 | 356 | |
| 355 | 357 | - job: |
| 358 | name: cinder-tempest-plugin-lvm-lio-barbican-fips-2025-1 | |
| 359 | parent: cinder-tempest-plugin-lvm-lio-barbican-fips | |
| 360 | override-checkout: stable/2025.1 | |
| 361 | ||
| 362 | - job: | |
| 363 | name: cinder-tempest-plugin-lvm-lio-barbican-fips-py311 | |
| 364 | parent: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream | |
| 365 | nodeset: devstack-single-node-centos-9-stream | |
| 366 | description: | | |
| 367 | This job configures Cinder with LVM, LIO, barbican and | |
| 368 | runs tempest tests and cinderlib tests on CentOS Stream 9 | |
| 369 | under FIPS mode | |
| 370 | vars: | |
| 371 | enable_fips: True | |
| 372 | nslookup_target: 'opendev.org' | |
| 373 | tempest_exclude_regex: 'test_encrypted_cinder_volumes_cryptsetup' | |
| 374 | devstack_localrc: | |
| 375 | PYTHON3_VERSION: 3.11 | |
| 376 | ||
| 377 | - job: | |
| 356 | 378 | name: cinder-tempest-plugin-lvm-nvmet-barbican |
| 357 | 379 | description: | |
| 358 | 380 | This jobs configures Cinder with LVM, nvmet, barbican and |