Codebase list cinder-tempest-plugin / 9fd78d5
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
1 changed file(s) with 26 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
133133 description: |
134134 This is a base job for lvm with lio & tgt targets
135135 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)).*$
137137 parent: cinder-tempest-plugin-lvm-barbican-base-abstract
138138 roles:
139139 - zuul: opendev.org/openstack/cinderlib
140140 required-projects:
141141 - 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
142167 run: playbooks/tempest-and-cinderlib-run.yaml
143168 # Required to collect the tox-based logs of the cinderlib functional tests
144169 post-run: playbooks/post-cinderlib.yaml