From 89efe67e739f2ad05f01097ba612c6d48551f90a Mon Sep 17 00:00:00 2001 From: Pankaj Garg Date: Fri, 5 Apr 2019 13:43:01 -0700 Subject: [PATCH] Fix the ordering of beta testnet zones --- 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 8112d8f530..c098b2631d 100755 --- a/ci/testnet-manager.sh +++ b/ci/testnet-manager.sh @@ -226,7 +226,7 @@ start() { # List of zones to deploy for each cloud provider GCE_ZONES=(us-west1-b asia-east2-a europe-west4-a southamerica-east1-b us-east4-c) - EC2_ZONES=(sa-east-1a us-west-1a ap-northeast-2a eu-central-1a ca-central-1a) + EC2_ZONES=(us-west-1a sa-east-1a ap-northeast-2a eu-central-1a ca-central-1a) # Build an array to pass as opts to testnet-deploy.sh: "-z zone1 -z zone2 ..." GCE_ZONE_ARGS=()