Lower tempest concurrency

Let's only run 2 concurrency tempest tests to see if we can
decrease the failure ratio for ironic-standlone job

Change-Id: Ifb6258df26236cf376742a051602321e9b67a52c
This commit is contained in:
Iury Gregory Melo Ferreira 2020-02-12 22:31:10 +01:00
parent ab8212b23e
commit caa73a1101
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@
- ^tox.ini$
vars:
tempest_test_regex: ironic_standalone
tempest_concurrency: 3
tempest_concurrency: 2
devstack_localrc:
FORCE_CONFIG_DRIVE: False
IRONIC_AUTOMATED_CLEAN_ENABLED: False