Reduce concurrency for tempest jobs

Recently many jobs are failing with timeout and one of the suggestion
as per [1] is to reduce the concurrency of the jobs. Current concurrency
is 6, setting it to 3 now.

[1] https://wiki.openstack.org/wiki/CinderBobcatMidCycleSummary#Session_Two:_R-6:_23_August_2023

Change-Id: Ieb96eb6ceb6f2a9673dfee1d94397ba3c6c2a296
This commit is contained in:
Abhishek Kekane 2023-09-06 09:38:49 +00:00
parent 035fbe9fea
commit 6d8f124874
1 changed files with 3 additions and 0 deletions

View File

@ -207,6 +207,7 @@
post-run: playbooks/post-check-metadata-injection.yaml
vars:
configure_swap_size: 8192
tempest_concurrency: 3
zuul_copy_output:
/etc/glance-remote: logs
devstack_localrc:
@ -287,6 +288,7 @@
required-projects:
- name: openstack/glance_store
vars:
tempest_concurrency: 3
devstack_local_conf:
post-config:
$GLANCE_API_CONF:
@ -302,6 +304,7 @@
This job runs the Tempest tests with scope and new defaults enabled
Glance services.
vars:
tempest_concurrency: 3
devstack_localrc:
# Nova and glance scope and new defaults are enabled by default in
# Devstack so we do not need to explicitly set that to True.