Merge "Fix stein: use the old terminology for exclusion list"
Zuul authored 4 years ago
Gerrit Code Review committed 4 years ago
| 68 | 68 | barbican: https://opendev.org/openstack/barbican |
| 69 | 69 | vars: |
| 70 | 70 | tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))' |
| 71 | tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt' | |
| 72 | 71 | tox_envlist: all |
| 73 | 72 | devstack_localrc: |
| 74 | 73 | CINDER_LVM_TYPE: thin |
| 108 | 107 | vars: |
| 109 | 108 | fetch_subunit_output_additional_dirs: |
| 110 | 109 | - "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}" |
| 110 | tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt' | |
| 111 | 111 | |
| 112 | 112 | - job: |
| 113 | 113 | name: cinder-tempest-plugin-lvm-barbican-base |
| 115 | 115 | This is a base job for lvm with lio & tgt targets |
| 116 | 116 | branches: ^(?=stable/(ocata|pike|queens|rocky|stein)).*$ |
| 117 | 117 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract |
| 118 | vars: | |
| 119 | tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-blacklist.txt' | |
| 118 | 120 | |
| 119 | 121 | - job: |
| 120 | 122 | name: cinder-tempest-plugin-cbak-ceph |