[
https://issues.apache.org/jira/browse/YUNIKORN-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dong-Lin Hsieh updated YUNIKORN-2093:
-------------------------------------
Description:
If we don't set E2E_TEST, ginkgo will run all e2e tests.
We can remove the following condition from the Makefile.
```
Test selection
ifeq ($(E2E_TEST),)
E2E_TEST :=
endif
```
was:
If we don't set E2E_TEST, ginkgo will run all e2e tests.
We can remove the following condition from the Makefile.
```
# Test selection
ifeq ($(E2E_TEST),)
E2E_TEST :=
endif
```
> Remove unnecessary e2e_test condition in makefile
> -------------------------------------------------
>
> Key: YUNIKORN-2093
> URL: https://issues.apache.org/jira/browse/YUNIKORN-2093
> Project: Apache YuniKorn
> Issue Type: Improvement
> Components: shim - kubernetes
> Reporter: Dong-Lin Hsieh
> Assignee: Dong-Lin Hsieh
> Priority: Minor
>
> If we don't set E2E_TEST, ginkgo will run all e2e tests.
> We can remove the following condition from the Makefile.
> ```
> Test selection
> ifeq ($(E2E_TEST),)
> E2E_TEST :=
> endif
> ```
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]