commit | 08329968e6e5eb172da2465a240f54d3d789b241 | [log] [tgz] |
---|---|---|
author | Ghanshyam Mann <gmann@ghanshyammann.com> | Wed Jun 28 13:17:38 2023 -0500 |
committer | Ghanshyam Mann <gmann@ghanshyammann.com> | Wed Jun 28 13:19:10 2023 -0500 |
tree | 1e040f605d690dfa427c2ebcad1524453397913d | |
parent | 2038c895d9af89b281481b14bbdefeeeaa37044a [diff] |
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