Increase concurrency for tempest-slow jobs
tempest-slow jobs are set with concurrency 2 which
means only two cpu are used to run the test. There
is no reason to restrict the tempest slow job to
two test runner worker. Maybe this is causing this
job to take long time and now a days it is timeout
a lot
- https://zuul.opendev.org/t/openstack/builds?job_name=tempest-slow-py3&skip=0
Let's unset the concurrency and stestr distribute the tests
to run by counting the number of cpu on test node.
Change-Id: I3d5f84279859a5f6ca5ce9ab81041974fd0f6c2f
diff --git a/zuul.d/integrated-gate.yaml b/zuul.d/integrated-gate.yaml
index ec5e9af..70fdc79 100644
--- a/zuul.d/integrated-gate.yaml
+++ b/zuul.d/integrated-gate.yaml
@@ -286,7 +286,6 @@
devstack_services:
neutron-placement: true
neutron-qos: true
- tempest_concurrency: 2
group-vars:
# NOTE(mriedem): The ENABLE_VOLUME_MULTIATTACH variable is used on both
# the controller and subnode prior to Rocky so we have to make sure the
diff --git a/zuul.d/stable-jobs.yaml b/zuul.d/stable-jobs.yaml
index 0aa1aac..89435ce 100644
--- a/zuul.d/stable-jobs.yaml
+++ b/zuul.d/stable-jobs.yaml
@@ -276,7 +276,6 @@
devstack_services:
neutron-placement: true
neutron-qos: true
- tempest_concurrency: 2
group-vars:
# NOTE(mriedem): The ENABLE_VOLUME_MULTIATTACH variable is used on both
# the controller and subnode prior to Rocky so we have to make sure the