[OVN] Double the tempest_concurrency

The neutron-ovn-base had the "tempest_concurrency" set to 2, which is
halve the value from other tempest jobs.

This patch changes it to 4 to speed things up and to match with the rest
of the jobs in neutron.

Change-Id: I7be206006f8c035b983bac8ef34f937e64734bb9
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
This commit is contained in:
Lucas Alvares Gomes 2020-01-22 11:34:53 +00:00
parent 5fb92c16e4
commit f9e2514ddc
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@
((^neutron_tempest_plugin.api)|\
(^neutron_tempest_plugin.scenario)|\
(tempest.(api|scenario|thirdparty))).*$"
tempest_concurrency: 2
tempest_concurrency: 4
devstack_localrc:
Q_AGENT: ovn
Q_ML2_PLUGIN_MECHANISM_DRIVERS: ovn,logger