From 3d996bf080755096c834a229ab8f3ae55f0cb91e Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 6 Dec 2018 19:49:21 -0800 Subject: [PATCH] Disable leader rotation on CI testnets until it's ready --- ci/testnet-manager.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ci/testnet-manager.sh b/ci/testnet-manager.sh index b9b739d17..a08f6cca9 100755 --- a/ci/testnet-manager.sh +++ b/ci/testnet-manager.sh @@ -203,6 +203,7 @@ start() { export NO_VALIDATOR_SANITY=1 ci/testnet-deploy.sh edge-testnet-solana-com ec2 us-west-1a \ -s "$CHANNEL_OR_TAG" -n 3 -c 0 -P -a eipalloc-0ccd4f2239886fa94 \ + -b \ ${maybeDelete:+-d} ) ;; @@ -215,6 +216,7 @@ start() { export NO_VALIDATOR_SANITY=1 ci/testnet-deploy.sh edge-perf-testnet-solana-com ec2 us-west-2b \ -g -t "$CHANNEL_OR_TAG" -c 2 \ + -b \ ${maybeDelete:+-d} ) ;; @@ -227,6 +229,7 @@ start() { export NO_VALIDATOR_SANITY=1 ci/testnet-deploy.sh beta-testnet-solana-com ec2 us-west-1a \ -t "$CHANNEL_OR_TAG" -n 3 -c 0 -P -a eipalloc-0f286cf8a0771ce35 \ + -b \ ${maybeDelete:+-d} ) ;; @@ -239,6 +242,7 @@ start() { export NO_VALIDATOR_SANITY=1 ci/testnet-deploy.sh beta-perf-testnet-solana-com ec2 us-west-2b \ -g -t "$CHANNEL_OR_TAG" -c 2 \ + -b \ ${maybeDelete:+-d} ) ;; @@ -254,6 +258,7 @@ start() { # ${maybeDelete:+-d} ci/testnet-deploy.sh testnet-solana-com ec2 us-west-1a \ -t "$CHANNEL_OR_TAG" -n 3 -c 0 -P -a eipalloc-0fa502bf95f6f18b2 \ + -b \ ${maybeDelete:+-d} ) ;; @@ -267,6 +272,7 @@ start() { ci/testnet-deploy.sh perf-testnet-solana-com gce us-west1-b \ -G "n1-standard-16 --accelerator count=2,type=nvidia-tesla-v100" \ -t "$CHANNEL_OR_TAG" -c 2 \ + -b \ ${maybeDelete:+-d} #ci/testnet-deploy.sh perf-testnet-solana-com ec2 us-east-1a \ # -g \