[ 
https://issues.apache.org/jira/browse/YUNIKORN-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dong-Lin Hsieh updated YUNIKORN-2094:
-------------------------------------
    Description: 
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"


```

 
 
 
 

  was:
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"}}
```

 
 
 
 


> 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
>            Priority: Major
>
> 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: issues-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: issues-h...@yunikorn.apache.org

Reply via email to