Skip to content

Commit 99fda15

Browse files
authored
add skip-cleanup for prow test script (istio#15683)
* add skip-cleanup for prow test script This helps in running multi cluster tests locally Signed-off-by: Faseela K <[email protected]> * fix lint Signed-off-by: Faseela K <[email protected]> --------- Signed-off-by: Faseela K <[email protected]>
1 parent 8ad5f2e commit 99fda15

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

prow/integ-suite-kind.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ while (( "$#" )); do
6767
esac
6868
shift 2
6969
;;
70-
70+
--skip-cleanup)
71+
export SKIP_CLEANUP=true
72+
shift
73+
;;
7174
--topology-config)
7275
CLUSTER_TOPOLOGY_CONFIG_FILE=$2
7376
shift 2

0 commit comments

Comments
 (0)