Introduce lio-barbican-py311 job
As of Flamingo, the lio-barbican job does not run
successfully on CentOS 9 because the version of Python
is too old. Use Python 3.11 for Flamingo+.
Change-Id: Ia50bda3f14a9ca894c0b3697c2704d5c6ea73372
Signed-off-by: Eric Harney <eharney@redhat.com>
Eric Harney
9 months ago
| 5 | 5 | jobs: |
| 6 | 6 | - cinder-tempest-plugin-lvm-multiattach |
| 7 | 7 | - cinder-tempest-plugin-lvm-lio-barbican |
| 8 | - cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream: | |
| 8 | - cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream-py311: | |
| 9 | voting: false | |
| 10 | - cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream-2025-1: | |
| 9 | 11 | voting: false |
| 10 | 12 | # FIXME: the tgt job is broken on jammy, and we may be removing tgt |
| 11 | 13 | # support anyway. So make it non-voting until we figure out what to |
| 317 | 319 | runs tempest tests and cinderlib tests on CentOS Stream 9. |
| 318 | 320 | |
| 319 | 321 | - job: |
| 322 | name: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream-2025-1 | |
| 323 | parent: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream | |
| 324 | override-checkout: stable/2025.1 | |
| 325 | ||
| 326 | - job: | |
| 327 | name: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream-py311 | |
| 328 | parent: cinder-tempest-plugin-lvm-lio-barbican | |
| 329 | nodeset: devstack-single-node-centos-9-stream | |
| 330 | description: | | |
| 331 | This jobs configures Cinder with LVM, LIO, barbican and | |
| 332 | runs tempest tests and cinderlib tests on CentOS Stream 9. | |
| 333 | vars: | |
| 334 | devstack_localrc: | |
| 335 | PYTHON3_VERSION: 3.11 | |
| 336 | ||
| 337 | - job: | |
| 320 | 338 | name: cinder-tempest-plugin-lvm-lio-barbican-fips |
| 321 | 339 | parent: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream |
| 322 | 340 | description: | |
| 335 | 353 | |
| 336 | 354 | - job: |
| 337 | 355 | name: cinder-tempest-plugin-lvm-lio-barbican-fips-py311 |
| 338 | parent: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream | |
| 356 | parent: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream-py311 | |
| 339 | 357 | nodeset: devstack-single-node-centos-9-stream |
| 340 | 358 | description: | |
| 341 | 359 | This job configures Cinder with LVM, LIO, barbican and |