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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user