Override GCE self-destruct timer in automation (#8728)
This commit is contained in:
parent
5fa397ceed
commit
d303e6b94e
|
@ -136,6 +136,7 @@ function launchTestnet() {
|
|||
$maybeCustomMachineType "$VALIDATOR_NODE_MACHINE_TYPE" $maybeEnableGpu \
|
||||
-p "$TESTNET_TAG" $maybeCreateAllowBootFailures $maybePublicIpAddresses \
|
||||
${TESTNET_CLOUD_ZONES[@]/#/"-z "} \
|
||||
--self-destruct-hours 0 \
|
||||
${ADDITIONAL_FLAGS[@]/#/" "}
|
||||
;;
|
||||
ec2)
|
||||
|
|
Loading…
Reference in New Issue