Reducing tempest_workers to 1 for fs016

Usually, the concurrency is set to number of cpus / 2, however we are
seeing parallelism issues with this particular featureset when tests are
running in in parallel. So, let's test running the jobs without
parallelism for now.

Change-Id: I78c8b0b47595eea5d8fd417548e1f5bfeecd0889
Related-Bug: #1742936
This commit is contained in:
Arx Cruz 2018-01-22 16:42:47 +01:00
parent 92b1142ad6
commit 5c900a50a4
1 changed files with 4 additions and 0 deletions

View File

@ -89,3 +89,7 @@ tempest_plugins:
- python-gnocchi-tests
- python-panko-tests
tempest_extra_config: {'telemetry.alarm_granularity': '60'}
# This is a workaround to have test_volume_boot_pattern passing, it's failing
# due a concurrency, for more information, check lp #1742936
tempest_workers: 1