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
This commit is contained in:
Sean Dague
2014-06-05 06:45:58 -04:00
parent 3234d21e82
commit 2bf1c7e029

View File

@@ -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