Skip to content

Commit

Permalink
[YUNIKORN-2288] Encourage user to run e2e by run-e2e-tests.sh instead…
Browse files Browse the repository at this point in the history
… of make e2e_test in doc (apache#386)

Reviewers: Chia-Ping Tsai <[email protected]>
  • Loading branch information
brandboat authored Dec 23, 2023
1 parent 775d999 commit 5bb540e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/community/how_to_contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Once the workflow has run and has given a pass (a +1 vote) a committer will revi
As part of the Kubernetes shim there is also a set of tests defined called the _end to end_ tests.
These tests are more complex to execute as they require some extra tools to be installed.
Execution, and a pass, of the tests is strongly recommended for changes to the Kubernetes shim repository.
They can be executed locally via `make e2e_test`.
They can be executed locally via `yunikorn-k8shim/scripts/run-e2e-tests.sh`.

Finally, please write a good, clear commit message, with a short, descriptive title.
The descriptive title must start with the JIRA ID you are working on.
Expand Down

0 comments on commit 5bb540e

Please sign in to comment.