Override GCE self-destruct timer in automation (#8728)

This commit is contained in:
Dan Albert
2020-03-09 18:02:07 -07:00
committed by GitHub
parent 5fa397ceed
commit d303e6b94e

View File

@ -136,6 +136,7 @@ function launchTestnet() {
$maybeCustomMachineType "$VALIDATOR_NODE_MACHINE_TYPE" $maybeEnableGpu \ $maybeCustomMachineType "$VALIDATOR_NODE_MACHINE_TYPE" $maybeEnableGpu \
-p "$TESTNET_TAG" $maybeCreateAllowBootFailures $maybePublicIpAddresses \ -p "$TESTNET_TAG" $maybeCreateAllowBootFailures $maybePublicIpAddresses \
${TESTNET_CLOUD_ZONES[@]/#/"-z "} \ ${TESTNET_CLOUD_ZONES[@]/#/"-z "} \
--self-destruct-hours 0 \
${ADDITIONAL_FLAGS[@]/#/" "} ${ADDITIONAL_FLAGS[@]/#/" "}
;; ;;
ec2) ec2)