diff --git a/ci-automation/vendor-testing/gce.sh b/ci-automation/vendor-testing/gce.sh index df184512dc..2ab0fd1284 100755 --- a/ci-automation/vendor-testing/gce.sh +++ b/ci-automation/vendor-testing/gce.sh @@ -18,14 +18,12 @@ if [[ "${CIA_ARCH}" == "arm64" ]]; then echo " ---" >> "${CIA_TAPFILE}" echo " ERROR: ARM64 tests not supported on GCE." | tee -a "${CIA_TAPFILE}" echo " ..." >> "${CIA_TAPFILE}" + break_retest_cycle exit 1 fi -# Create temp file and delete it immediately -echo "${GCP_JSON_KEY}" | base64 --decode > /tmp/gcp_auth -exec {gcp_auth}