Merge "Refactor the lvm barbican job(s): cinderlib-less variant"
Zuul authored 5 years ago
Gerrit Code Review committed 5 years ago
| 25 | 25 | - cinder-tempest-plugin-cbak-ceph-train |
| 26 | 26 | |
| 27 | 27 | - job: |
| 28 | name: cinder-tempest-plugin-lvm-barbican-base | |
| 28 | name: cinder-tempest-plugin-lvm-barbican-base-abstract | |
| 29 | 29 | description: | |
| 30 | 30 | This is a base job for lvm with lio & tgt targets |
| 31 | 31 | parent: devstack-tempest |
| 32 | abstract: true | |
| 32 | 33 | timeout: 10800 |
| 33 | roles: | |
| 34 | - zuul: opendev.org/openstack/cinderlib | |
| 35 | 34 | required-projects: |
| 36 | 35 | - opendev.org/openstack/barbican |
| 37 | 36 | - opendev.org/openstack/tempest |
| 38 | 37 | - opendev.org/openstack/cinder-tempest-plugin |
| 39 | 38 | - opendev.org/openstack/cinder |
| 40 | - opendev.org/openstack/cinderlib | |
| 41 | run: playbooks/tempest-and-cinderlib-run.yaml | |
| 42 | # Required to collect the tox-based logs of the cinderlib functional tests | |
| 43 | post-run: playbooks/post-cinderlib.yaml | |
| 44 | 39 | host-vars: |
| 45 | 40 | controller: |
| 46 | 41 | devstack_plugins: |
| 65 | 60 | barbican: true |
| 66 | 61 | tempest_plugins: |
| 67 | 62 | - cinder-tempest-plugin |
| 68 | fetch_subunit_output_additional_dirs: | |
| 69 | - "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}" | |
| 70 | 63 | irrelevant-files: |
| 71 | 64 | - ^.*\.rst$ |
| 72 | 65 | - ^doc/.*$ |
| 73 | 66 | - ^releasenotes/.*$ |
| 67 | ||
| 68 | - job: | |
| 69 | name: cinder-tempest-plugin-lvm-barbican-base | |
| 70 | description: | | |
| 71 | This is a base job for lvm with lio & tgt targets | |
| 72 | with cinderlib tests. | |
| 73 | branches: ^(?!stable/(ocata|pike|queens|rocky|stein)).*$ | |
| 74 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract | |
| 75 | roles: | |
| 76 | - zuul: opendev.org/openstack/cinderlib | |
| 77 | required-projects: | |
| 78 | - opendev.org/openstack/cinderlib | |
| 79 | run: playbooks/tempest-and-cinderlib-run.yaml | |
| 80 | # Required to collect the tox-based logs of the cinderlib functional tests | |
| 81 | post-run: playbooks/post-cinderlib.yaml | |
| 82 | vars: | |
| 83 | fetch_subunit_output_additional_dirs: | |
| 84 | - "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}" | |
| 85 | ||
| 86 | - job: | |
| 87 | name: cinder-tempest-plugin-lvm-barbican-base | |
| 88 | description: | | |
| 89 | This is a base job for lvm with lio & tgt targets | |
| 90 | branches: ^(?=stable/(ocata|pike|queens|rocky|stein)).*$ | |
| 91 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract | |
| 74 | 92 | |
| 75 | 93 | - job: |
| 76 | 94 | name: cinder-tempest-plugin-cbak-ceph |