Skip to content

Commit 984df27

Browse files
committed
debug only change -- preserve cluster to check error
1 parent f909e8a commit 984df27

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.test-infra/dataproc/flink_cluster.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,9 @@ function restart() {
169169

170170
# Deletes a Flink cluster.
171171
function delete() {
172-
gcloud dataproc clusters delete $CLUSTER_NAME --region=$GCLOUD_REGION --quiet
172+
# DO NOT MERGE: debug only change
173+
# gcloud dataproc clusters delete $CLUSTER_NAME --region=$GCLOUD_REGION --quiet
174+
echo "skipped"
173175
}
174176

175177
"$@"

0 commit comments

Comments
 (0)