Merge "Switch to new rolevar for run-tempest role"
Zuul authored 5 years ago
Gerrit Code Review committed 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_blacklist: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-blacklist.txt' | |
| 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 | 46 | tox_envlist: all |
| 47 | 47 | devstack_localrc: |
| 48 | 48 | CINDER_LVM_TYPE: thin |
| 74 | 74 | Integration tests that runs with the ceph devstack plugin, py3 |
| 75 | 75 | and enable the backup service. |
| 76 | 76 | vars: |
| 77 | tempest_black_regex: '(VolumesBackupsTest.test_bootable_volume_backup_and_restore|TestVolumeBackupRestore.test_volume_backup_restore)' | |
| 77 | tempest_exclude_regex: '(VolumesBackupsTest.test_bootable_volume_backup_and_restore|TestVolumeBackupRestore.test_volume_backup_restore)' | |
| 78 | 78 | devstack_local_conf: |
| 79 | 79 | test-config: |
| 80 | 80 | $TEMPEST_CONFIG: |
| 89 | 89 | name: cinder-tempest-plugin-cbak-ceph |
| 90 | 90 | branches: ^(?=stable/(ocata|pike|queens|rocky|stein|train)).*$ |
| 91 | 91 | vars: |
| 92 | tempest_black_regex: '' | |
| 92 | tempest_exclude_regex: '' | |
| 93 | 93 | devstack_local_conf: |
| 94 | 94 | test-config: |
| 95 | 95 | $TEMPEST_CONFIG: |