You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@YaoZengzeng: GitHub didn't allow me to assign the following users: noobwei.
Note that only kmesh-net members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time.
For more information please see the contributor guide
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
What would you like to be added:
Implement more command line flags for different cleanup granularity to make it more convenient for local run and debug flaky test case.
Now after running
test/e2e/run_test.sh
, infra like k8s, istio and Kmesh will not cleanup, but test applications will.So add command line flag to implement such as:
kind
to delete the testing k8s cluster.istio.test.nocleanup
which is the flag of istio integration framework to control it.And more if it's necessary.
The text was updated successfully, but these errors were encountered: