AT debugging (commenting out delete cluster)

This commit is contained in:
Soby Chacko
2018-11-06 15:37:54 -05:00
committed by GitHub
parent 55a51b12a7
commit 3a0d3fb09e

View File

@@ -229,17 +229,17 @@ then
delete_kafka_components
delete_test_cluster ${CLUSTER_NAME} ${GKE_ZONE} ${PROJECT_NAME}
#delete_test_cluster ${CLUSTER_NAME} ${GKE_ZONE} ${PROJECT_NAME}
exit $BUILD_RETURN_VALUE
fi
delete_kafka_components
delete_test_cluster ${CLUSTER_NAME} ${GKE_ZONE} ${PROJECT_NAME}
#delete_test_cluster ${CLUSTER_NAME} ${GKE_ZONE} ${PROJECT_NAME}
duration=$SECONDS
echo "Cumulative Build Time Across All Tests: Build took $(($duration / 60)) minutes and $(($duration % 60)) seconds to complete."
exit $BUILD_RETURN_VALUE
exit $BUILD_RETURN_VALUE