Set Tempest concurrency for non-multinode Patrole jobs

Sets Tempest concurrency to 2 for non-multinode Patrole jobs.

Change-Id: I582e4456bc7cde9ec7be0c8b0ad2333b436537dd
This commit is contained in:
Samantha Blanco 2017-07-11 16:19:36 -04:00
parent 1736733ff7
commit 7040cd9fbb
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_TEMPEST_REGEX='(?!.*\[.*\bslow\b.*\])(^patrole_tempest_plugin\.tests\.api)'
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
export TEMPEST_CONCURRENCY=2
export PROJECTS="openstack/patrole $PROJECTS"
@ -91,6 +92,7 @@
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_TEMPEST_REGEX='(?!.*\[.*\bslow\b.*\])(^patrole_tempest_plugin\.tests\.api)'
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
export TEMPEST_CONCURRENCY=2
export PROJECTS="openstack/patrole $PROJECTS"