From d303e6b94eca0113ca984fccb437e1710b125775 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Mon, 9 Mar 2020 18:02:07 -0700 Subject: [PATCH] Override GCE self-destruct timer in automation (#8728) --- system-test/testnet-automation.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/system-test/testnet-automation.sh b/system-test/testnet-automation.sh index 9d508fa7b..52f17ce26 100755 --- a/system-test/testnet-automation.sh +++ b/system-test/testnet-automation.sh @@ -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)