functional: stop using concurrency of 1 for api tests
There is no need for API tests to be running with concurrency of one, we can drop that and speed up the API test suite by using all of our cores. Change-Id: Ideb379ba7032e83bde852198fc66ccd623ae1424changes/17/623917/3
parent
c8ab4efcbc
commit
844e4db2a9
|
@ -216,7 +216,7 @@ if [[ "api" == "$coe" ]]; then
|
|||
|
||||
pushd $BASE/new/magnum-tempest-plugin
|
||||
sudo cp $CREDS_FILE .
|
||||
sudo -E -H -u $USER tox -e functional-"$target" $_magnum_tests -- --concurrency=1
|
||||
sudo -E -H -u $USER tox -e functional-"$target" $_magnum_tests
|
||||
EXIT_CODE=$?
|
||||
popd
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue