Skip to content

Commit

Permalink
allow --skip-cleanup in prow/e2e-kind-suite.sh (istio#16160)
Browse files Browse the repository at this point in the history
Won't delete kind cluster.
Should only used in dev but not in CI
  • Loading branch information
lambdai authored and istio-testing committed Aug 9, 2019
1 parent 6346034 commit da21be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow/e2e-kind-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ for ((i=1; i<=$#; i++)); do
;;
--skip-cleanup)
SKIP_CLEANUP=true
shift
continue
;;
# -s/--single_test to specify test target to run.
# e.g. "-s e2e_mixer" will trigger e2e mixer_test
Expand Down

0 comments on commit da21be2

Please sign in to comment.