Merge "Add FIPS job for barbican case"
Zuul authored 3 years ago
Gerrit Code Review committed 3 years ago
| 11 | 11 | # support anyway. So make it non-voting until we figure out what to |
| 12 | 12 | # do about this, which should be at the March 2023 virtual PTG. |
| 13 | 13 | - cinder-tempest-plugin-lvm-tgt-barbican: |
| 14 | voting: false | |
| 15 | - cinder-tempest-plugin-lvm-lio-barbican-fips: | |
| 14 | 16 | voting: false |
| 15 | 17 | - nova-ceph-multistore: |
| 16 | 18 | voting: false |
| 278 | 280 | runs tempest tests and cinderlib tests on CentOS Stream 9. |
| 279 | 281 | |
| 280 | 282 | - job: |
| 283 | name: cinder-tempest-plugin-lvm-lio-barbican-fips | |
| 284 | parent: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream | |
| 285 | description: | | |
| 286 | This job configures Cinder with LVM, LIO, barbican and | |
| 287 | runs tempest tests and cinderlib tests on CentOS Stream 9 | |
| 288 | under FIPS mode | |
| 289 | pre-run: playbooks/enable-fips.yaml | |
| 290 | vars: | |
| 291 | configure_swap_size: 4096 | |
| 292 | nslookup_target: 'opendev.org' | |
| 293 | tempest_exclude_regex: 'test_encrypted_cinder_volumes_cryptsetup' | |
| 294 | ||
| 295 | - job: | |
| 281 | 296 | name: cinder-tempest-plugin-lvm-tgt-barbican |
| 282 | 297 | description: | |
| 283 | 298 | This jobs configures Cinder with LVM, tgt, barbican and |