Reducing tempest_workers to 1 for fs017

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: Ic232f2395971bdef9d0ac48e0d7f9007919eac5c
Related-Bug: #1744151
This commit is contained in:
Arx Cruz 2018-01-22 18:15:52 +01:00
parent 92b1142ad6
commit 1be05ec176
1 changed files with 4 additions and 0 deletions

View File

@ -102,3 +102,7 @@ tempest_extra_config: >-
{% if release not in ['newton', 'ocata', 'pike'] -%}
{'compute-feature-enabled.attach_encrypted_volume': 'True', 'auth.tempest_roles': '"Member, creator"', 'telemetry.alarm_granularity': '60'}
{%- endif -%}
# This is a workaround to have test_volume_boot_pattern passing, it's failing
# due a concurrency, for more information, check lp 1744151
tempest_workers: 1