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 authored 10 months ago
Thomas Goirand committed 3 months ago
| 6 | 6 | - cinder-tempest-plugin-lvm-multiattach |
| 7 | 7 | - cinder-tempest-plugin-lvm-concurrency-tests |
| 8 | 8 | - cinder-tempest-plugin-lvm-lio-barbican |
| 9 | - cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream: | |
| 9 | - cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream-py311: | |
| 10 | voting: false | |
| 11 | - cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream-2025-1: | |
| 10 | 12 | voting: false |
| 11 | 13 | # FIXME: the tgt job is broken on jammy, and we may be removing tgt |
| 12 | 14 | # support anyway. So make it non-voting until we figure out what to |
| 343 | 345 | runs tempest tests and cinderlib tests on CentOS Stream 9. |
| 344 | 346 | |
| 345 | 347 | - job: |
| 348 | name: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream-2025-1 | |
| 349 | parent: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream | |
| 350 | override-checkout: stable/2025.1 | |
| 351 | ||
| 352 | - job: | |
| 353 | name: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream-py311 | |
| 354 | parent: cinder-tempest-plugin-lvm-lio-barbican | |
| 355 | nodeset: devstack-single-node-centos-9-stream | |
| 356 | description: | | |
| 357 | This jobs configures Cinder with LVM, LIO, barbican and | |
| 358 | runs tempest tests and cinderlib tests on CentOS Stream 9. | |
| 359 | vars: | |
| 360 | devstack_localrc: | |
| 361 | PYTHON3_VERSION: 3.11 | |
| 362 | ||
| 363 | - job: | |
| 346 | 364 | name: cinder-tempest-plugin-lvm-lio-barbican-fips |
| 347 | 365 | parent: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream |
| 348 | 366 | description: | |
| 361 | 379 | |
| 362 | 380 | - job: |
| 363 | 381 | name: cinder-tempest-plugin-lvm-lio-barbican-fips-py311 |
| 364 | parent: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream | |
| 382 | parent: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream-py311 | |
| 365 | 383 | nodeset: devstack-single-node-centos-9-stream |
| 366 | 384 | description: | |
| 367 | 385 | This job configures Cinder with LVM, LIO, barbican and |