Set concurrency of scenario tests to 3

In order to reduce the host load during the CI jobs execution,
the tempest concurrency for scenario jobs is reduced to 3 (from 4).
This should lighten the server load and reduce the occurrence of
random failures.

Closes-Bug: #1904858

Change-Id: I19ccb492506660dd7da56b48fe3ac9d0bc427f9d
This commit is contained in:
Rodolfo Alonso Hernandez 2020-11-17 17:30:09 +00:00
parent 286abec016
commit bc45d24486
1 changed files with 1 additions and 0 deletions

View File

@ -116,3 +116,4 @@
ADVANCED_INSTANCE_TYPE: ds512M
ADVANCED_INSTANCE_USER: ubuntu
BUILD_TIMEOUT: 784
tempest_concurrency: 3 # out of 4