Fix stein: use the old terminology for exclusion list
This fixes the jobs in stein (and potentially other older branches,
if they are not dropped before porting them to native Zuul v3).
Change-Id: Ie35075fe633376209a72c3fcc507357a7318187c
Luigi Toscano
5 years ago
| 42 | 42 | barbican: https://opendev.org/openstack/barbican |
| 43 | 43 | vars: |
| 44 | 44 | tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))' |
| 45 | tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt' | |
| 46 | 45 | tox_envlist: all |
| 47 | 46 | devstack_localrc: |
| 48 | 47 | CINDER_LVM_TYPE: thin |
| 82 | 81 | vars: |
| 83 | 82 | fetch_subunit_output_additional_dirs: |
| 84 | 83 | - "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}" |
| 84 | tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt' | |
| 85 | 85 | |
| 86 | 86 | - job: |
| 87 | 87 | name: cinder-tempest-plugin-lvm-barbican-base |
| 89 | 89 | This is a base job for lvm with lio & tgt targets |
| 90 | 90 | branches: ^(?=stable/(ocata|pike|queens|rocky|stein)).*$ |
| 91 | 91 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract |
| 92 | vars: | |
| 93 | tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-blacklist.txt' | |
| 92 | 94 | |
| 93 | 95 | - job: |
| 94 | 96 | name: cinder-tempest-plugin-cbak-ceph |