Override GCE self-destruct timer in automation (#8728)
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user