Chia-Ping Tsai created YUNIKORN-2560:
----------------------------------------
Summary: Install the ginkgo to tools folder
Key: YUNIKORN-2560
URL: https://issues.apache.org/jira/browse/YUNIKORN-2560
Project: Apache YuniKorn
Issue Type: Improvement
Reporter: Chia-Ping Tsai
Assignee: Chia-Ping Tsai
https://github.com/apache/yunikorn-k8shim/blob/master/scripts/run-e2e-tests.sh#L111
`run-e2e-tests.sh` install the ginkgo in the `GOBIN` folder. However, our `make
e2e_test` assumes all tools are installed at yunikorn-k8shim/tools, and hence
we can see `Command 'ginkgo' not found` error if we don't export the `GOBIN`.
It seems to me this jira should includes following changes.
1. move the ginkgo installation from run-e2e-tests to makefile. Let `make
tools` install all required tools
2. makefile should install ginkgo to tools folder. the tools folder is added to
PATH, so user can run e2e more easily.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]