Skip to content

Commit

Permalink
[hotfix][kubernetes] Remove the unnecessary clean up codes for Kubern…
Browse files Browse the repository at this point in the history
…etes embedded job

The ${OUTPUT_VOLUME} is under ${TEST_DATA_DIR}. And ${TEST_DATA_DIR} will be cleaned up automatically when the e2e test finished. See test-runner-common.sh#cleanup.
  • Loading branch information
wangyang0918 authored and tillrohrmann committed Jan 14, 2020
1 parent b2e3967 commit 2abfe43
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ function cleanup {
kubectl delete job flink-job-cluster
kubectl delete service flink-job-cluster
kubectl delete deployment flink-task-manager
rm -rf ${OUTPUT_VOLUME}
}

start_kubernetes
Expand Down

0 comments on commit 2abfe43

Please sign in to comment.