tempest/roles/run-tempest-26
Ghanshyam Mann 671a931e54 Increase the default concurrency for tempest run
run-tempest role which run tempest test for all tempest
based job limit the concurrency (number of worker used to
run the tests) to number-of-cpu/2 (if number of cpu > 3)
which limit the jobs to use half of the available cpu to
run the tests. We are seeing a lot of timeout now a days
and increasing the test runner worker can possibily solve
the timeout issue.

This commit modifies the logic of default concurrency to
set as number-of-cpu -2 so that we will be utlizing the
available cpu in more efficient way.

Related-Bug: #2004780

Change-Id: I8beeedade3098ad346d3a307b94bc3b254cde90a
2023-07-21 11:59:42 -05:00
..
defaults Use older run-tempest for stable branches 2021-07-14 10:38:16 -05:00
tasks Increase the default concurrency for tempest run 2023-07-21 11:59:42 -05:00
README.rst Remove references to 'all-plugin' tox environment 2022-10-10 14:01:49 +02:00

README.rst

Run Tempest

The result of the tempest run is stored in the tempest_run_result variable (through the register statement).

Role Variables

Specifies a blacklist file to skip tests that are not needed.

Pass a full path to the file.