Rename tds-testnet to tds (#5008)

This commit is contained in:
Dan Albert 2019-07-10 10:26:24 -06:00 committed by GitHub
parent dbe533385e
commit e563a4dda3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -44,8 +44,8 @@ steps:
value: "testnet-beta-perf" value: "testnet-beta-perf"
- label: "testnet-demo" - label: "testnet-demo"
value: "testnet-demo" value: "testnet-demo"
- label: "testnet-tds" - label: "tds"
value: "testnet-tds" value: "tds"
- select: "Operation" - select: "Operation"
key: "testnet-operation" key: "testnet-operation"
default: "sanity-or-restart" default: "sanity-or-restart"
@ -155,7 +155,7 @@ testnet-demo)
: "${GCE_NODE_COUNT:=150}" : "${GCE_NODE_COUNT:=150}"
: "${GCE_LOW_QUOTA_NODE_COUNT:=70}" : "${GCE_LOW_QUOTA_NODE_COUNT:=70}"
;; ;;
testnet-tds) tds)
CHANNEL_OR_TAG=beta CHANNEL_OR_TAG=beta
CHANNEL_BRANCH=$BETA_CHANNEL CHANNEL_BRANCH=$BETA_CHANNEL
: "${GCE_NODE_COUNT:=3}" : "${GCE_NODE_COUNT:=3}"
@ -294,7 +294,7 @@ sanity() {
$ok $ok
) )
;; ;;
testnet-tds) tds)
( (
set -x set -x
NO_LEDGER_VERIFY=1 \ NO_LEDGER_VERIFY=1 \
@ -466,7 +466,7 @@ deploy() {
fi fi
) )
;; ;;
testnet-tds) tds)
( (
set -x set -x
# TODO: Should we spread the few nodes around multiple zones? # TODO: Should we spread the few nodes around multiple zones?