kubernetes/examples: create e2e test job - #37422
Conversation
|
/assign @soltysh |
|
(As requested in kubernetes/examples#595 (comment) ) |
| - wrapper.sh | ||
| - bash | ||
| - -c | ||
| - tests/e2e/e2e-with-kind |
There was a problem hiding this comment.
In terms of entrypoint naming, this has to match the PR kubernetes/examples#595, but we do otherwise have a free choice here.
One thing I've been doing in other projects is to put all the presubmit tests in dev/ci/presubmits/* , and then e.g. dev/ci/presubmits/e2e-with-kind would map to a test pull-examples-e2e-with-kind (for example)
soltysh
left a comment
There was a problem hiding this comment.
One minor nit, but overall
/lgtm
/approve
|
/assign @dims |
We create a generic tests/e2e/e2e-with-kind entrypoint to avoid having to create a new job for each example. Co-authored-by: Maciej Szulik <soltysh@gmail.com>
616971d to
652640c
Compare
|
Applied suggestion and updated the other "e2e-with-kind" -> "e2e-kind". Thanks @soltysh :-) |
|
/lgtm |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aojea, justinsb, soltysh The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@justinsb: Updated the
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
We create a generic tests/e2e/e2e-with-kind entrypoint to avoid
having to create a new job for each example.