From 8742de789e187502a5f5fa3315f48bb858bf581e Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 7 Nov 2018 10:48:21 -0800 Subject: [PATCH] Shuffle AWS regions --- ci/testnet-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/testnet-manager.sh b/ci/testnet-manager.sh index 547ee10574..f76ded7690 100755 --- a/ci/testnet-manager.sh +++ b/ci/testnet-manager.sh @@ -299,7 +299,7 @@ start() { export NO_LEDGER_VERIFY=1 export NO_VALIDATOR_SANITY=1 ci/testnet-deploy.sh testnet-solana-com gce us-east1-c \ - -t "$CHANNEL_OR_TAG" -n 3 -g -c 0 -P -a testnet-solana-com \ + -s "$CHANNEL_OR_TAG" -n 3 -g -c 0 -P -a testnet-solana-com \ ${maybeDelete:+-d} #ci/testnet-deploy.sh testnet-solana-com ec2 us-west-1a \ # -t "$CHANNEL_OR_TAG" -n 3 -g -c 0 -P -a eipalloc-0fa502bf95f6f18b2 \