Disable leader rotation on CI testnets until it's ready
This commit is contained in:
parent
4b05ee6811
commit
3d996bf080
|
@ -203,6 +203,7 @@ start() {
|
||||||
export NO_VALIDATOR_SANITY=1
|
export NO_VALIDATOR_SANITY=1
|
||||||
ci/testnet-deploy.sh edge-testnet-solana-com ec2 us-west-1a \
|
ci/testnet-deploy.sh edge-testnet-solana-com ec2 us-west-1a \
|
||||||
-s "$CHANNEL_OR_TAG" -n 3 -c 0 -P -a eipalloc-0ccd4f2239886fa94 \
|
-s "$CHANNEL_OR_TAG" -n 3 -c 0 -P -a eipalloc-0ccd4f2239886fa94 \
|
||||||
|
-b \
|
||||||
${maybeDelete:+-d}
|
${maybeDelete:+-d}
|
||||||
)
|
)
|
||||||
;;
|
;;
|
||||||
|
@ -215,6 +216,7 @@ start() {
|
||||||
export NO_VALIDATOR_SANITY=1
|
export NO_VALIDATOR_SANITY=1
|
||||||
ci/testnet-deploy.sh edge-perf-testnet-solana-com ec2 us-west-2b \
|
ci/testnet-deploy.sh edge-perf-testnet-solana-com ec2 us-west-2b \
|
||||||
-g -t "$CHANNEL_OR_TAG" -c 2 \
|
-g -t "$CHANNEL_OR_TAG" -c 2 \
|
||||||
|
-b \
|
||||||
${maybeDelete:+-d}
|
${maybeDelete:+-d}
|
||||||
)
|
)
|
||||||
;;
|
;;
|
||||||
|
@ -227,6 +229,7 @@ start() {
|
||||||
export NO_VALIDATOR_SANITY=1
|
export NO_VALIDATOR_SANITY=1
|
||||||
ci/testnet-deploy.sh beta-testnet-solana-com ec2 us-west-1a \
|
ci/testnet-deploy.sh beta-testnet-solana-com ec2 us-west-1a \
|
||||||
-t "$CHANNEL_OR_TAG" -n 3 -c 0 -P -a eipalloc-0f286cf8a0771ce35 \
|
-t "$CHANNEL_OR_TAG" -n 3 -c 0 -P -a eipalloc-0f286cf8a0771ce35 \
|
||||||
|
-b \
|
||||||
${maybeDelete:+-d}
|
${maybeDelete:+-d}
|
||||||
)
|
)
|
||||||
;;
|
;;
|
||||||
|
@ -239,6 +242,7 @@ start() {
|
||||||
export NO_VALIDATOR_SANITY=1
|
export NO_VALIDATOR_SANITY=1
|
||||||
ci/testnet-deploy.sh beta-perf-testnet-solana-com ec2 us-west-2b \
|
ci/testnet-deploy.sh beta-perf-testnet-solana-com ec2 us-west-2b \
|
||||||
-g -t "$CHANNEL_OR_TAG" -c 2 \
|
-g -t "$CHANNEL_OR_TAG" -c 2 \
|
||||||
|
-b \
|
||||||
${maybeDelete:+-d}
|
${maybeDelete:+-d}
|
||||||
)
|
)
|
||||||
;;
|
;;
|
||||||
|
@ -254,6 +258,7 @@ start() {
|
||||||
# ${maybeDelete:+-d}
|
# ${maybeDelete:+-d}
|
||||||
ci/testnet-deploy.sh testnet-solana-com ec2 us-west-1a \
|
ci/testnet-deploy.sh testnet-solana-com ec2 us-west-1a \
|
||||||
-t "$CHANNEL_OR_TAG" -n 3 -c 0 -P -a eipalloc-0fa502bf95f6f18b2 \
|
-t "$CHANNEL_OR_TAG" -n 3 -c 0 -P -a eipalloc-0fa502bf95f6f18b2 \
|
||||||
|
-b \
|
||||||
${maybeDelete:+-d}
|
${maybeDelete:+-d}
|
||||||
)
|
)
|
||||||
;;
|
;;
|
||||||
|
@ -267,6 +272,7 @@ start() {
|
||||||
ci/testnet-deploy.sh perf-testnet-solana-com gce us-west1-b \
|
ci/testnet-deploy.sh perf-testnet-solana-com gce us-west1-b \
|
||||||
-G "n1-standard-16 --accelerator count=2,type=nvidia-tesla-v100" \
|
-G "n1-standard-16 --accelerator count=2,type=nvidia-tesla-v100" \
|
||||||
-t "$CHANNEL_OR_TAG" -c 2 \
|
-t "$CHANNEL_OR_TAG" -c 2 \
|
||||||
|
-b \
|
||||||
${maybeDelete:+-d}
|
${maybeDelete:+-d}
|
||||||
#ci/testnet-deploy.sh perf-testnet-solana-com ec2 us-east-1a \
|
#ci/testnet-deploy.sh perf-testnet-solana-com ec2 us-east-1a \
|
||||||
# -g \
|
# -g \
|
||||||
|
|
Loading…
Reference in New Issue