Merge "Switch to new rolevar for run-tempest role"

This commit is contained in:
Zuul 2021-04-07 00:24:51 +00:00 committed by Gerrit Code Review
commit 7dece094f2
1 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@
barbican: https://opendev.org/openstack/barbican barbican: https://opendev.org/openstack/barbican
vars: vars:
tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))' tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))'
tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-blacklist.txt' tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt'
tox_envlist: all tox_envlist: all
devstack_localrc: devstack_localrc:
CINDER_LVM_TYPE: thin CINDER_LVM_TYPE: thin
@ -75,7 +75,7 @@
Integration tests that runs with the ceph devstack plugin, py3 Integration tests that runs with the ceph devstack plugin, py3
and enable the backup service. and enable the backup service.
vars: vars:
tempest_black_regex: '(VolumesBackupsTest.test_bootable_volume_backup_and_restore|TestVolumeBackupRestore.test_volume_backup_restore)' tempest_exclude_regex: '(VolumesBackupsTest.test_bootable_volume_backup_and_restore|TestVolumeBackupRestore.test_volume_backup_restore)'
devstack_local_conf: devstack_local_conf:
test-config: test-config:
$TEMPEST_CONFIG: $TEMPEST_CONFIG:
@ -90,7 +90,7 @@
name: cinder-tempest-plugin-cbak-ceph name: cinder-tempest-plugin-cbak-ceph
branches: ^(?=stable/(ocata|pike|queens|rocky|stein|train)).*$ branches: ^(?=stable/(ocata|pike|queens|rocky|stein|train)).*$
vars: vars:
tempest_black_regex: '' tempest_exclude_regex: ''
devstack_local_conf: devstack_local_conf:
test-config: test-config:
$TEMPEST_CONFIG: $TEMPEST_CONFIG: