Merge "Add LVM+tgt tempest job"
Zuul authored 6 years ago
Gerrit Code Review committed 6 years ago
| 4 | 4 | check: |
| 5 | 5 | jobs: |
| 6 | 6 | - cinder-tempest-plugin-lvm-lio-barbican |
| 7 | - cinder-tempest-plugin-lvm-tgt-barbican | |
| 7 | 8 | - cinder-tempest-plugin-cbak-ceph |
| 8 | 9 | gate: |
| 9 | 10 | jobs: |
| 10 | 11 | - cinder-tempest-plugin-lvm-lio-barbican |
| 12 | - cinder-tempest-plugin-lvm-tgt-barbican | |
| 11 | 13 | - cinder-tempest-plugin-cbak-ceph |
| 12 | 14 | |
| 13 | 15 | - job: |
| 14 | name: cinder-tempest-plugin-lvm-lio-barbican | |
| 16 | name: cinder-tempest-plugin-lvm-barbican-base | |
| 15 | 17 | description: | |
| 16 | This jobs configures Cinder with LVM, LIO, barbican and | |
| 17 | runs tempest tests and cinderlib tests. | |
| 18 | This is a base job for lvm with lio & tgt targets | |
| 18 | 19 | parent: devstack-tempest |
| 19 | 20 | roles: |
| 20 | 21 | - zuul: opendev.org/openstack/cinderlib |
| 36 | 37 | tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-blacklist.txt' |
| 37 | 38 | tox_envlist: all |
| 38 | 39 | devstack_localrc: |
| 39 | CINDER_ISCSI_HELPER: lioadm | |
| 40 | 40 | CINDER_LVM_TYPE: thin |
| 41 | 41 | CINDER_COORDINATION_URL: 'file://\$state_path' |
| 42 | 42 | devstack_services: |
| 59 | 59 | vars: |
| 60 | 60 | devstack_services: |
| 61 | 61 | c-bak: true |
| 62 | ||
| 63 | - job: | |
| 64 | name: cinder-tempest-plugin-lvm-lio-barbican | |
| 65 | description: | | |
| 66 | This jobs configures Cinder with LVM, LIO, barbican and | |
| 67 | runs tempest tests and cinderlib tests. | |
| 68 | parent: cinder-tempest-plugin-lvm-barbican-base | |
| 69 | vars: | |
| 70 | devstack_localrc: | |
| 71 | CINDER_ISCSI_HELPER: lioadm | |
| 72 | ||
| 73 | - job: | |
| 74 | name: cinder-tempest-plugin-lvm-tgt-barbican | |
| 75 | description: | | |
| 76 | This jobs configures Cinder with LVM, tgt, barbican and | |
| 77 | runs tempest tests and cinderlib tests. | |
| 78 | parent: cinder-tempest-plugin-lvm-barbican-base | |