From f9e2514ddccb249bc4316b60dfcffb88ae118075 Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Wed, 22 Jan 2020 11:34:53 +0000 Subject: [PATCH] [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 --- zuul.d/tempest-singlenode.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/tempest-singlenode.yaml b/zuul.d/tempest-singlenode.yaml index a7eb4c80995..30b074a9c47 100644 --- a/zuul.d/tempest-singlenode.yaml +++ b/zuul.d/tempest-singlenode.yaml @@ -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