From a0ed3261c959d9dd8a4f05f0305c4e776af8dcfa Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 10 Mar 2020 12:25:16 -0700 Subject: [PATCH] Automated tests should use dedicated colo nodes (#8766) automerge --- system-test/testnet-automation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-test/testnet-automation.sh b/system-test/testnet-automation.sh index 4eaba6bce..f47cc7b08 100755 --- a/system-test/testnet-automation.sh +++ b/system-test/testnet-automation.sh @@ -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[@]/#/" "} ;; *)