Fixed cinder-tempest-plugin-lvm-lio-barbican job
Use v1.8.0 for cinder-tempest-plugin
Closes-bug: #2023341
Change-Id: I2ee66e959e590f0405fe98e74225f4ff4cf12751
Signed-off-by: Alexander Deiter <adeiter@infinidat.com>
Alexander Deiter
3 years ago
| 133 | 133 | description: | |
| 134 | 134 | This is a base job for lvm with lio & tgt targets |
| 135 | 135 | with cinderlib tests. |
| 136 | branches: ^(?!stable/(ocata|pike|queens|rocky|stein|train|ussuri|victoria)).*$ | |
| 136 | branches: ^(?!stable/(ocata|pike|queens|rocky|stein|train|ussuri|victoria|wallaby)).*$ | |
| 137 | 137 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract |
| 138 | 138 | roles: |
| 139 | 139 | - zuul: opendev.org/openstack/cinderlib |
| 140 | 140 | required-projects: |
| 141 | 141 | - opendev.org/openstack/cinderlib |
| 142 | run: playbooks/tempest-and-cinderlib-run.yaml | |
| 143 | # Required to collect the tox-based logs of the cinderlib functional tests | |
| 144 | post-run: playbooks/post-cinderlib.yaml | |
| 145 | vars: | |
| 146 | fetch_subunit_output_additional_dirs: | |
| 147 | - "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}" | |
| 148 | tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt' | |
| 149 | ||
| 150 | - job: | |
| 151 | name: cinder-tempest-plugin-lvm-barbican-base | |
| 152 | description: | | |
| 153 | This is a base job for lvm with lio & tgt targets | |
| 154 | with cinderlib tests to run on stable/wallaby | |
| 155 | testing. To run on those stable branches that are using tempest | |
| 156 | 29.0.0 (which is set in the devstack stackrc file), we must | |
| 157 | use cinder-tempest-plugin compatible version 1.8.0. | |
| 158 | branches: | |
| 159 | - stable/wallaby | |
| 160 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract | |
| 161 | roles: | |
| 162 | - zuul: opendev.org/openstack/cinderlib | |
| 163 | required-projects: | |
| 164 | - opendev.org/openstack/cinderlib | |
| 165 | - name: opendev.org/openstack/cinder-tempest-plugin | |
| 166 | override-checkout: 1.8.0 | |
| 142 | 167 | run: playbooks/tempest-and-cinderlib-run.yaml |
| 143 | 168 | # Required to collect the tox-based logs of the cinderlib functional tests |
| 144 | 169 | post-run: playbooks/post-cinderlib.yaml |