Dong-Lin Hsieh created YUNIKORN-2094:
----------------------------------------
Summary: Add install kind cluster option to run-e2e-test script
Key: YUNIKORN-2094
URL: https://issues.apache.org/jira/browse/YUNIKORN-2094
Project: Apache YuniKorn
Issue Type: Improvement
Components: shim - kubernetes
Reporter: Dong-Lin Hsieh
Assignee: Dong-Lin Hsieh
Here's the corrected text:
"Currently, the run-e2e-test script supports only two actions: cleanup and test.
It's common for us to want to test specific e2e tests instead of the entire set
of e2e tests.
So, let's add a new action to only install the kind cluster. Then, we can run a
particular e2e test for a specific folder using:
e.g.
{{`make e2e_test E2E_TEST=user_group_limit`}}
For even finer granularity:
e.g.
```
{{ginkgo run -r -v --focus "Verify_maxapplications_with_a_specific_group_limit"
-- -yk-namespace "yunikorn" -kube-config "$HOME/.kube/config"}}
```
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]