From 51ac05b3cf7cc323dfde7351cdb9110fd4ff1361 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 15 Oct 2019 14:41:15 -0700 Subject: [PATCH] Request dedicated instances --- ci/testnet-deploy.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ci/testnet-deploy.sh b/ci/testnet-deploy.sh index 4839c69c6..7c679d749 100755 --- a/ci/testnet-deploy.sh +++ b/ci/testnet-deploy.sh @@ -362,7 +362,11 @@ if ! $skipStart; then op=start fi echo "--- net.sh $op" - args=("$op" -t "$tarChannelOrTag") + args=( + "$op" + -t "$tarChannelOrTag" + --dedicated + ) if ! $publicNetwork; then args+=(-o rejectExtraNodes)