Rename tds-testnet to tds (#5008) (#5009)

(cherry picked from commit e563a4dda3)
This commit is contained in:
mergify[bot]
2019-07-10 11:39:57 -06:00
committed by Dan Albert
parent dc6da6fcca
commit d0b5be3051

View File

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