Automated tests should use dedicated colo nodes (#8766)

automerge
This commit is contained in:
Dan Albert
2020-03-10 12:25:16 -07:00
committed by GitHub
parent 261732f140
commit a0ed3261c9

View File

@ -165,7 +165,7 @@ function launchTestnet() {
# shellcheck disable=SC2086
net/colo.sh create \
-n "$NUMBER_OF_VALIDATOR_NODES" -c "$NUMBER_OF_CLIENT_NODES" $maybeEnableGpu \
-p "$TESTNET_TAG" $maybePublicIpAddresses \
-p "$TESTNET_TAG" $maybePublicIpAddresses --dedicated \
${ADDITIONAL_FLAGS[@]/#/" "}
;;
*)