Skip slow marked tests in devstack-plugin-ceph-tempest-py3
devstack-plugin-ceph-tempest-py3 is timeout consistently and one of the reason can be it run the slow marked tests also. All integrated jobs runs slow marked tests in separate job. Skipping the slow tests in this job and devstack-plugin-ceph-multinode-tempest-py3 already cover them so no need to add a separate job. Change-Id: I0a80a107dfbe9690bc173a8a2ed872de53dcf995
This commit is contained in:
parent
13f94aaaf2
commit
3683eb293c
@ -31,9 +31,11 @@
|
||||
devstack_services:
|
||||
# Disable horizon (inherited from the parent, not needed by the tests executed here)
|
||||
horizon: false
|
||||
# The regex below is used to select which tests to run and exclude the slow tag and
|
||||
# tests listed in tempest_skiplist.txt file:
|
||||
tox_envlist: all
|
||||
tempest_test_regex: |
|
||||
(^tempest\.(api|scenario\.test_encrypted_cinder_volumes|scenario\.test_volume|scenario\.test_shelve_instance)|(^cinder_tempest_plugin))
|
||||
((?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario\.test_encrypted_cinder_volumes|scenario\.test_volume|scenario\.test_shelve_instance)|(^cinder_tempest_plugin)))
|
||||
tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/devstack-plugin-ceph"].src_dir }}/tempest_skiplist.txt'
|
||||
|
||||
- job:
|
||||
|
Loading…
Reference in New Issue
Block a user