7ef796bbcf
Instead of doing two separate test runs, use the group_regex option to stestr to group tests that cannot be run in parallel into the same worker. Change-Id: I3d69d5c72d69484f4e1c9c0b11122d0cf3703d60 Related-Bug: #1768077
5 lines
122 B
Plaintext
5 lines
122 B
Plaintext
[DEFAULT]
|
|
test_path=${TEST_PATH:-./glance/tests/unit}
|
|
top_dir=./
|
|
group_regex=(glance\.tests\.functional\.serial\.[^.]+\.)
|