Merge "Don't test EOL cinderlib branches"
Zuul authored 3 years ago
Gerrit Code Review committed 3 years ago
| 143 | 143 | name: cinder-tempest-plugin-lvm-barbican-base |
| 144 | 144 | description: | |
| 145 | 145 | This is a base job for lvm with lio & tgt targets |
| 146 | with cinderlib tests to run on stable/train to stable/victoria | |
| 146 | with cinderlib tests to run on stable/victoria | |
| 147 | 147 | testing. To run on those stable branches that are using tempest |
| 148 | 148 | 26.1.0 (which is set in the devstack stackrc file), we must |
| 149 | 149 | use cinder-tempest-plugin compatible version 1.3.0. |
| 150 | 150 | branches: |
| 151 | - stable/train | |
| 152 | - stable/ussuri | |
| 153 | 151 | - stable/victoria |
| 154 | 152 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract |
| 155 | 153 | roles: |
| 164 | 162 | vars: |
| 165 | 163 | fetch_subunit_output_additional_dirs: |
| 166 | 164 | - "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}" |
| 165 | tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt' | |
| 166 | ||
| 167 | - job: | |
| 168 | name: cinder-tempest-plugin-lvm-barbican-base | |
| 169 | description: | | |
| 170 | This is a base job for lvm with lio & tgt targets | |
| 171 | for stable/train and stable/ussuri testing. | |
| 172 | To run on those stable branches that are using tempest | |
| 173 | 26.1.0 (which is set in the devstack stackrc file), we must | |
| 174 | use cinder-tempest-plugin compatible version 1.3.0. | |
| 175 | We no longer test cinderlib because it's EOL on these branches. | |
| 176 | branches: | |
| 177 | - stable/train | |
| 178 | - stable/ussuri | |
| 179 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract | |
| 180 | required-projects: | |
| 181 | - opendev.org/openstack/cinderlib | |
| 182 | - name: opendev.org/openstack/cinder-tempest-plugin | |
| 183 | override-checkout: 1.3.0 | |
| 184 | vars: | |
| 167 | 185 | tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt' |
| 168 | 186 | |
| 169 | 187 | - job: |