From 2bf1c7e02986ea885653e37f97621c2bdf4e0bcc Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 5 Jun 2014 06:45:58 -0400 Subject: [PATCH] set concurrency for grenade We never tell grenade how parallel to run tests, which actually mean it's running with all the cores, instead of half the cores. This paired with: Ieea93dcbb973ca8ff872bf509324db284538d0b5 is needed to control that. Change-Id: Ia67345164761fa5810b7593f20a088a006d35001 --- devstack-vm-gate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index d46c160c..607d0f6c 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -248,6 +248,7 @@ TARGET_DEVSTACK_BRANCH=$GRENADE_NEW_BRANCH TARGET_RUN_SMOKE=False SAVE_DIR=\$BASE_RELEASE_DIR/save DO_NOT_UPGRADE_SERVICES=$DO_NOT_UPGRADE_SERVICES +TEMPEST_CONCURRENCY=$TEMPEST_CONCURRENCY EOF # Make the workspace owned by the stack user sudo chown -R stack:stack $BASE