#!/usr/bin/env bash set -e cd "$(dirname "$0")"/.. source ci/upload-ci-artifact.sh zone= bootstrapFullNodeAddress= bootstrapFullNodeMachineType= clientNodeCount=0 additionalFullNodeCount=10 publicNetwork=false stopNetwork=false reuseLedger=false skipCreate=false skipStart=false externalNode=false failOnValidatorBootupFailure=true tarChannelOrTag=edge delete=false enableGpu=false bootDiskType="" blockstreamer=false deployUpdateManifest=true fetchLogs=true maybeHashesPerTick= usage() { exitcode=0 if [[ -n "$1" ]]; then exitcode=1 echo "Error: $*" fi cat < update_manifest_keypair.json args+=(-i update_manifest_keypair.json) fi # shellcheck disable=SC2086 # Don't want to double quote the $maybeXYZ variables time net/net.sh "${args[@]}" ) || ok=false if $fetchLogs; then net/net.sh logs fi fi $ok